|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for common document event listeners.
| Method Summary | |
void |
documentHasClosed(XalDocument document)
Handle the event in which a document has closed. |
void |
documentWillClose(XalDocument document)
Handle a the event indicating that a document is about to close. |
void |
hasChangesChanged(XalDocument document,
boolean newHasChangesStatus)
Handle a change in the whether a document has changes that need saving. |
void |
titleChanged(XalDocument document,
java.lang.String newTitle)
Handle the title having changed for a document. |
| Method Detail |
public void titleChanged(XalDocument document,
java.lang.String newTitle)
document - The document whose title changed.newTitle - The new document title.
public void hasChangesChanged(XalDocument document,
boolean newHasChangesStatus)
document - The document whose change status changednewHasChangesStatus - The new "hasChanges" status of the document.public void documentWillClose(XalDocument document)
document - The document that will close.public void documentHasClosed(XalDocument document)
document - The document that has closed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||