Uses of Enum Class
ion.Core.Action.State
Packages that use Action.State
-
Uses of Action.State in ion.Core
Fields in ion.Core declared as Action.StateModifier and TypeFieldDescriptionprotected Action.StateAction.stateDirecly changes the value of the Action state without regarding the synchronization cycle.Methods in ion.Core that return Action.StateModifier and TypeMethodDescriptionAction.getCurrentState()Gets the Action current State.static Action.StateReturns the enum constant of this class with the specified name.static Action.State[]Action.State.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Action.State in ion.Core.Events
Methods in ion.Core.Events that return Action.StateModifier and TypeMethodDescriptionIStateChanged.getOldState()Gets the state of the Action previously to the change has taken place.