|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface which listeners of application events must implement.
| Method Summary | |
void |
applicationWillQuit()
Event activated to indicate that the application will quit. |
void |
documentClosed(XalDocument document)
Event activated when an open document has closed. |
void |
documentCreated(XalDocument document)
Event activated when a new document has been created. |
| Method Detail |
public void documentClosed(XalDocument document)
document - The document that has closed.public void documentCreated(XalDocument document)
document - The document that has been created.public void applicationWillQuit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||