esmska.integration.mac.handler
Class MacAppReOpenedListener

java.lang.Object
  extended by esmska.integration.mac.handler.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.


Constructor Summary
MacAppReOpenedListener()
           
 
Method Summary
 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