Uses of Class
ion.Core.Action.State
-
Packages that use Action.State Package Description ion.Core ion.Core.Events -
-
Uses of Action.State in ion.Core
Fields in ion.Core declared as Action.State Modifier and Type Field Description protected Action.StateAction. stateDirecly changes the value of the Action state without regarding the synchronization cycle.Methods in ion.Core that return Action.State Modifier and Type Method Description Action.StateAction. getCurrentState()Gets the Action current State.static Action.StateAction.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Action.State[]Action.State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Action.State in ion.Core.Events
Methods in ion.Core.Events that return Action.State Modifier and Type Method Description Action.StateIStateChanged. getOldState()Gets the state of the Action previously to the change has taken place.
-