Class LifecycleEvent

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class LifecycleEvent
    extends Event
    This is the event class for all objects that go through a life cycle of SHOW/HIDE.
    Since:
    2.0.0
    See Also:
    Serialized Form
    • Field Detail

      • SHOWING

        public static final EventType<LifecycleEvent> SHOWING
        This event happens just before the object is shown
      • HIDING

        public static final EventType<LifecycleEvent> HIDING
        This event happens just before the object is hidden.
      • CLOSE_REQUEST

        public static final EventType<LifecycleEvent> CLOSE_REQUEST
        This event is delivered to an object when there is an external request to close/hide that object. If the event is consumed the object will not close.