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 TypeMethodDescriptionvoid
void
void
handleQuitRequestWith
(QuitEvent e, QuitResponse response) void
openFiles
(OpenFilesEvent openFilesEvent) void
printFiles
(PrintFilesEvent printFilesEvent) static void
registerApplication
(Application application)
-
Method Details
-
registerApplication
-
handleAbout
- Specified by:
handleAbout
in interfaceAboutHandler
-
openFiles
- Specified by:
openFiles
in interfaceOpenFilesHandler
-
handlePreferences
- Specified by:
handlePreferences
in interfacePreferencesHandler
-
printFiles
- Specified by:
printFiles
in interfacePrintFilesHandler
-
handleQuitRequestWith
- Specified by:
handleQuitRequestWith
in interfaceQuitHandler
-