Class ApplicationEvent

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ApplicationEvent
    extends java.util.EventObject
    Deprecated.
    no reason originally specified
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationEvent​(java.lang.Object source, java.lang.String fFilename, boolean fHandled)
      Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getFilename()
      Deprecated.
      no reason originally specified
      boolean isHandled()
      Deprecated.
      no reason originally specified
      void setHandled​(boolean b)
      Deprecated.
      no reason originally specified
      • 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

        @Deprecated
        public ApplicationEvent​(java.lang.Object source,
                                java.lang.String fFilename,
                                boolean fHandled)
        Deprecated.
    • Method Detail

      • isHandled

        @Deprecated
        public boolean isHandled()
        Deprecated.
        no reason originally specified
      • setHandled

        @Deprecated
        public void setHandled​(boolean b)
        Deprecated.
        no reason originally specified
      • getFilename

        @Deprecated
        public java.lang.String getFilename()
        Deprecated.
        no reason originally specified