Class MacAppReOpenedListener

  • All Implemented Interfaces:
    com.apple.eawt.AppEventListener, com.apple.eawt.AppReOpenedListener

    public class MacAppReOpenedListener
    extends java.lang.Object
    implements com.apple.eawt.AppReOpenedListener
    Handler for reopen action. It will happen while application has no visible windows and user clicks on dock icon.
    • Method Summary

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

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

      • MacAppReOpenedListener

        public MacAppReOpenedListener()
    • Method Detail

      • appReOpened

        public void appReOpened​(com.apple.eawt.AppEvent.AppReOpenedEvent aroe)
        Specified by:
        appReOpened in interface com.apple.eawt.AppReOpenedListener