fdda.plugins
Interface ProjectInformation

All Known Implementing Classes:
ProjectInformationImpl, ProjectInformationImpl

public interface ProjectInformation

Contains information about a loaded or saved project.

Author:
Jörg Rüdenauer

Method Summary
 String getLocation()
          Returns the storage location of the project
 String getName()
          Returns the name of the project
 Date getProcessingTime()
          Returns the time when the project was loaded or saved.
 

Method Detail

getName

public String getName()
Returns the name of the project

Returns:
the name

getLocation

public String getLocation()
Returns the storage location of the project

Returns:
the location

getProcessingTime

public Date getProcessingTime()
Returns the time when the project was loaded or saved.

Returns:
the time


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.