org.xnap.platform.macos
Class MacOS141Handler

java.lang.Object
  extended by com.apple.eawt.ApplicationAdapter
      extended by org.xnap.platform.macos.MacOS141Handler
All Implemented Interfaces:
com.apple.eawt.ApplicationListener, java.util.EventListener

public class MacOS141Handler
extends com.apple.eawt.ApplicationAdapter


Method Summary
 void handleAbout(com.apple.eawt.ApplicationEvent event)
           
 void handlePreferences(com.apple.eawt.ApplicationEvent event)
           
 void handleQuit(com.apple.eawt.ApplicationEvent event)
           
static void register()
           
 
Methods inherited from class com.apple.eawt.ApplicationAdapter
handleOpenApplication, handleOpenDocument, handlePrintDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static void register()

handleAbout

public void handleAbout(com.apple.eawt.ApplicationEvent event)
Specified by:
handleAbout in interface com.apple.eawt.ApplicationListener
Overrides:
handleAbout in class com.apple.eawt.ApplicationAdapter

handlePreferences

public void handlePreferences(com.apple.eawt.ApplicationEvent event)
Specified by:
handlePreferences in interface com.apple.eawt.ApplicationListener
Overrides:
handlePreferences in class com.apple.eawt.ApplicationAdapter

handleQuit

public void handleQuit(com.apple.eawt.ApplicationEvent event)
Specified by:
handleQuit in interface com.apple.eawt.ApplicationListener
Overrides:
handleQuit in class com.apple.eawt.ApplicationAdapter


Copyright © 2001-2005 XNap Team. All Rights Reserved.