Class StateChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class StateChangeEvent
    extends StateChangeEvent
    Deprecated.
    As of release 10.0.0, replaced with StateChangeEvent.
    Represents an event that state of component was changed.
    Since:
    8.6.0
    Author:
    charlesqiu
    See Also:
    Serialized Form
    • Constructor Detail

      • StateChangeEvent

        public StateChangeEvent​(java.lang.String name,
                                Component target,
                                java.lang.Integer state)
        Deprecated.
        Constructs the state change event.
        Parameters:
        state - the state being changed.