|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationListener
com.apple.eawt.ApplicationListener The listener interface for receiving ApplicationEvents.
Method Summary | |
---|---|
void |
handleAbout(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleAbout(com.apple.eawt.ApplicationEvent) Called when the user selects the About item in the application menu. |
void |
handleOpenApplication(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleOpenApplication(com.apple.eawt.ApplicationEvent) Called when the application receives an Open Application event from the Finder or another application. |
void |
handleOpenFile(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleOpenApplication(com.apple.eawt.ApplicationEvent) Called when the application receives an Open Document event from the Finder or another application. |
void |
handlePreferences(java.lang.Object event)
com.apple.eawt.ApplicationListener#handlePreferences(com.apple.eawt.ApplicationEvent) Called when the Preference item in the application menu is selected. |
void |
handlePrintFile(java.lang.Object event)
com.apple.eawt.ApplicationListener#handlePrintFile(com.apple.eawt.ApplicationEvent) Called when the application is sent a request to print a particular file or files. |
void |
handleQuit(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleQuit(com.apple.eawt.ApplicationEvent) Called when the application is sent the Quit event. |
void |
handleReOpenApplication(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleReOpenApplication(com.apple.eawt.ApplicationEvent) Called when the application receives a Reopen Application event from the Finder or another application. |
Method Detail |
---|
void handleAbout(java.lang.Object event)
event
- an ApplicationEvent initiated by the user choosing About in the application menuvoid handleOpenApplication(java.lang.Object event)
event
- the Open Application eventvoid handleOpenFile(java.lang.Object event)
event
- an Open Document event with reference to the file to be openedvoid handlePreferences(java.lang.Object event)
event
- triggered when the user selects Preferences from the application menuvoid handlePrintFile(java.lang.Object event)
event
- a Print Document event with a reference to the file(s) to be printedvoid handleQuit(java.lang.Object event)
event
- a Quit Application eventvoid handleReOpenApplication(java.lang.Object event)
event
- the Reopen Application event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |