Package jam.java9only
Class ApplicationAdapter
java.lang.Object
jam.java9only.ApplicationAdapter
- All Implemented Interfaces:
AboutHandler,OpenFilesHandler,PreferencesHandler,PrintFilesHandler,QuitHandler
public class ApplicationAdapter
extends Object
implements AboutHandler, PreferencesHandler, OpenFilesHandler, PrintFilesHandler, QuitHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidhandleQuitRequestWith(QuitEvent e, QuitResponse response) voidopenFiles(OpenFilesEvent openFilesEvent) voidprintFiles(PrintFilesEvent printFilesEvent) static voidregisterApplication(Application application)
-
Method Details
-
registerApplication
-
handleAbout
- Specified by:
handleAboutin interfaceAboutHandler
-
openFiles
- Specified by:
openFilesin interfaceOpenFilesHandler
-
handlePreferences
- Specified by:
handlePreferencesin interfacePreferencesHandler
-
printFiles
- Specified by:
printFilesin interfacePrintFilesHandler
-
handleQuitRequestWith
- Specified by:
handleQuitRequestWithin interfaceQuitHandler
-