esmska.integration.mac.handler
Class MacQuitHandler

java.lang.Object
  extended by esmska.integration.mac.handler.MacQuitHandler
All Implemented Interfaces:
com.apple.eawt.QuitHandler

public class MacQuitHandler
extends java.lang.Object
implements com.apple.eawt.QuitHandler

Quit action handler.


Constructor Summary
MacQuitHandler(ActionBean bean)
           
 
Method Summary
 void handleQuitRequestWith(com.apple.eawt.AppEvent.QuitEvent qe, com.apple.eawt.QuitResponse qr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacQuitHandler

public MacQuitHandler(ActionBean bean)
Method Detail

handleQuitRequestWith

public void handleQuitRequestWith(com.apple.eawt.AppEvent.QuitEvent qe,
                                  com.apple.eawt.QuitResponse qr)
Specified by:
handleQuitRequestWith in interface com.apple.eawt.QuitHandler