|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILptsFactoryProjectListener
Class Description : The listener to be implemented for listening to project loading and saving events.
TLptsFactoryProject
uses this listener to inform of actions regarding projects.
TLptsFactoryProject.loadProject(java.lang.String)
or TLptsFactoryProject.saveProject(java.lang.String, com.lapetus_ltd._2009.xml.types.XLptsDBProjectType)
causes this listener to be activated.
Method Summary | |
---|---|
void |
projectLoadComplete(XLptsDBProjectType projectType)
This function indicates the end of the loading process, with the new project supplied. |
void |
projectLoadStarting()
This indicates that the process of loading a new project has begun. |
void |
projectSaveComplete(java.lang.String fileName,
XLptsDBProjectType project,
boolean isSaved)
This indicates that the saving of the file is complete, but may not have been successful. |
void |
projectSaveStart(java.lang.String fileName,
XLptsDBProjectType project)
This informs the listener that the project saving process has begun. |
Method Detail |
---|
void projectLoadComplete(XLptsDBProjectType projectType)
projectType
- The project settings that have just been loaded.
This value can be null if there was an issue with the loading or a new project has been initiated.
The logger needs to then be checked for errors. TLptsLogger
void projectLoadStarting()
void projectSaveComplete(java.lang.String fileName, XLptsDBProjectType project, boolean isSaved)
fileName
- The filename that the project xml type was saved to.project
- The project type that was saved.isSaved
- True if the saving was successful, false otherwise. The logger needs to be checked for errors. TLptsLogger
void projectSaveStart(java.lang.String fileName, XLptsDBProjectType project)
fileName
- The filename that was supplied to saving the file.project
- The project type object, which is to be saved in the file supplied.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |