|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProjectListener
An interface for notification of project changes
Copyright (c) Formaria Ltd., 1998-2003
$Revision: 1.7 $ License: see license.txt
| Method Summary | |
|---|---|
void |
checkProject(EditorProject proj)
Check the project |
void |
projectInitialized(EditorProject project)
Notification of project initialized. |
void |
projectLoaded(EditorProject project)
Notification of a project load |
void |
projectUpdated(EditorProject project)
Update to reflect the new project state |
void |
resetProject(java.lang.String moduleName,
EditorProject proj)
Inform a project that it should reset any object references it has stored |
void |
saveProject(EditorProject project)
Notification the project is being saved |
| Method Detail |
|---|
void projectInitialized(EditorProject project)
project - the editor project just initializedvoid projectLoaded(EditorProject project)
project - the editor project just loadedvoid projectUpdated(EditorProject project)
void saveProject(EditorProject project)
project - the editor project to savevoid checkProject(EditorProject proj)
proj - the editor project to check
void resetProject(java.lang.String moduleName,
EditorProject proj)
moduleName - the name of the module that caused/required the reloadproj - the editor project to check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||