Class StateChangeData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class StateChangeData
    extends java.lang.Object
    implements ActionData
    Represents an action that state of component was changed.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StateChangeData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getState()
      Returns the current state that has been changed.
      • Methods inherited from class java.lang.Object

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

      • StateChangeData

        public StateChangeData()
    • Method Detail

      • getState

        public int getState()
        Returns the current state that has been changed.