gov.sns.application
Interface ApplicationListener

All Known Implementing Classes:
ApplicationAdaptor

public interface ApplicationListener

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

documentClosed

public void documentClosed(XalDocument document)
Event activated when an open document has closed.

Parameters:
document - The document that has closed.

documentCreated

public void documentCreated(XalDocument document)
Event activated when a new document has been created.

Parameters:
document - The document that has been created.

applicationWillQuit

public void applicationWillQuit()
Event activated to indicate that the application will quit.