Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.apple.eawt
Class ApplicationAdapter  view ApplicationAdapter download ApplicationAdapter.java

java.lang.Object
  extended bycom.apple.eawt.ApplicationAdapter
All Implemented Interfaces:
ApplicationListener, java.util.EventListener

public class ApplicationAdapter
extends java.lang.Object
implements ApplicationListener


Constructor Summary
(package private) ApplicationAdapter()
           
 
Method Summary
 void handleAbout(ApplicationEvent event)
           
 void handleOpenApplication(ApplicationEvent event)
           
 void handleOpenFile(ApplicationEvent event)
           
 void handlePreferences(ApplicationEvent event)
           
 void handlePrintFile(ApplicationEvent event)
           
 void handleQuit(ApplicationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationAdapter

ApplicationAdapter()
Method Detail

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