org.homeunix.thecave.moss.util.apple
Class ApplicationEvent

java.lang.Object
  extended by org.homeunix.thecave.moss.util.apple.ApplicationEvent

public class ApplicationEvent
extends java.lang.Object


Constructor Summary
ApplicationEvent(com.apple.eawt.ApplicationEvent event)
           
 
Method Summary
 com.apple.eawt.ApplicationEvent getEvent()
           
 java.lang.String getFilename()
           
 boolean isHandled()
           
 void setEvent(com.apple.eawt.ApplicationEvent event)
           
 void setHandled(boolean arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEvent

public ApplicationEvent(com.apple.eawt.ApplicationEvent event)
Method Detail

getEvent

public com.apple.eawt.ApplicationEvent getEvent()

setEvent

public void setEvent(com.apple.eawt.ApplicationEvent event)

getFilename

public java.lang.String getFilename()

isHandled

public boolean isHandled()

setHandled

public void setHandled(boolean arg0)