|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.editor.visualizer.VisualiserProjectListener
public class VisualiserProjectListener
Copyright (c) Formaria Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.
| Constructor Summary | |
|---|---|
VisualiserProjectListener()
|
|
| 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 |
saveDataModel()
Saves the project's model to datasources files. |
void |
saveProject(EditorProject project)
Notification the project is being saved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisualiserProjectListener()
| Method Detail |
|---|
public void projectInitialized(EditorProject project)
projectInitialized in interface ProjectListenerproject - the editor project just initializedpublic void projectLoaded(EditorProject project)
ProjectListener
projectLoaded in interface ProjectListenerproject - the editor project just loadedpublic void projectUpdated(EditorProject project)
ProjectListener
projectUpdated in interface ProjectListenerpublic void saveProject(EditorProject project)
ProjectListener
saveProject in interface ProjectListenerproject - the editor project to savepublic void checkProject(EditorProject proj)
ProjectListener
checkProject in interface ProjectListenerproj - the editor project to check
public void resetProject(java.lang.String moduleName,
EditorProject proj)
ProjectListener
resetProject in interface ProjectListenermoduleName - the name of the module that caused/required the reloadproj - the editor project to checkpublic void saveDataModel()
saveProject of ProjectListener interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||