Class MacQuitHandler

  • All Implemented Interfaces:
    com.apple.eawt.QuitHandler

    public class MacQuitHandler
    extends java.lang.Object
    implements com.apple.eawt.QuitHandler
    Quit action handler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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