Class DisclosureEvent

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class DisclosureEvent
    extends java.util.EventObject
    Deprecated.
    Use CloseEvent and OpenEvent instead
    Event object containing information about DisclosurePanel changes.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • 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

      • DisclosureEvent

        @Deprecated
        public DisclosureEvent​(DisclosurePanel sender)
        Deprecated.
        Use CloseEvent and OpenEvent instead
        Creates a new instance of the event object.
        Parameters:
        sender - the panel from which the event is originating.
        See Also:
        DisclosureHandler