Class ApplicationEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ApplicationEvent
    extends java.util.EventObject
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationEvent​(java.lang.Object source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilename()  
      boolean isHandled()  
      void setHandled​(boolean state)  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • ApplicationEvent

        public ApplicationEvent​(java.lang.Object source)
    • Method Detail

      • getFilename

        public java.lang.String getFilename()
      • isHandled

        public boolean isHandled()
      • setHandled

        public void setHandled​(boolean state)