Class ApplicationEvent

java.lang.Object
java.util.EventObject
com.apple.eawt.ApplicationEvent
All Implemented Interfaces:
Serializable

public class ApplicationEvent extends EventObject implements Serializable
See Also:
  • Constructor Details

    • ApplicationEvent

      public ApplicationEvent(Object source)
  • Method Details

    • getFilename

      public String getFilename()
    • isHandled

      public boolean isHandled()
    • setHandled

      public void setHandled(boolean state)