|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to implementation-specific services. Implement this interface and register an object with Native.registerApplListener.
Method Summary | |
void |
handleAbout()
Called when the user picks the about menu item. |
void |
handleOpen(java.io.File f)
Called when the user opens a document with the application. |
void |
handleOpenApp()
Called when the user runs the application when it is already open. |
void |
handlePreferences()
Called when the user picks the Preferences menu item. |
void |
handlePrint(java.io.File f)
Called when the user prints a document with the application. |
boolean |
handleQuit()
Called when the user picks the Quit menu item. |
Method Detail |
public void handleAbout()
public void handleOpenApp()
public void handleOpen(java.io.File f)
f
- public void handlePreferences()
public void handlePrint(java.io.File f)
f
- public boolean handleQuit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |