Class MacAboutHandler

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

    public class MacAboutHandler
    extends java.lang.Object
    implements com.apple.eawt.AboutHandler
    Handler for About action.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAbout​(com.apple.eawt.AppEvent.AboutEvent ae)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MacAboutHandler

        public MacAboutHandler​(ActionBean bean)
    • Method Detail

      • handleAbout

        public void handleAbout​(com.apple.eawt.AppEvent.AboutEvent ae)
        Specified by:
        handleAbout in interface com.apple.eawt.AboutHandler