com.jstatcom.project
Interface ProjectState


public interface ProjectState

Abstract class for defining the state of a module. Must be implemented for each module that takes part in the project management. It uses the Memento pattern.

Author:
Markus Kraetzig

Method Summary
 java.lang.String getHandlerID()
          Gets the ID of the handler for this project state.
 

Method Detail

getHandlerID

java.lang.String getHandlerID()
Gets the ID of the handler for this project state. This is required by the ProjectManager to retrieve the handler instance from a deserialized ProjectState.

Returns:
fully identified class name of corresponding handler