java.lang.Object
com.apple.eawt.ApplicationAdapter
- All Implemented Interfaces:
- ApplicationListener, java.util.EventListener
- public class ApplicationAdapter
- extends java.lang.Object
- implements ApplicationListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationAdapter
ApplicationAdapter()
handleAbout
public void handleAbout(ApplicationEvent event)
- Specified by:
handleAbout in interface ApplicationListener
handleOpenApplication
public void handleOpenApplication(ApplicationEvent event)
- Specified by:
handleOpenApplication in interface ApplicationListener
handleOpenFile
public void handleOpenFile(ApplicationEvent event)
- Specified by:
handleOpenFile in interface ApplicationListener
handlePreferences
public void handlePreferences(ApplicationEvent event)
- Specified by:
handlePreferences in interface ApplicationListener
handlePrintFile
public void handlePrintFile(ApplicationEvent event)
- Specified by:
handlePrintFile in interface ApplicationListener
handleQuit
public void handleQuit(ApplicationEvent event)
- Specified by:
handleQuit in interface ApplicationListener