Uses of Class
ion.Core.Action
Packages that use Action
-
Uses of Action in ion.Core.Events
Classes in ion.Core.Events with type parameters of type ActionModifier and TypeInterfaceDescriptioninterfaceIndicates that an Action, of a particular type, has stopped wihtout reaching its purpose.interfaceIndicates that an Action, of a particular type, has changed its state to Paused.interfaceIndicates that an Action, of a particular type, has changed its state from Paused to Running.interfaceIndicates that an Action, of a particular type, has changed its state to Running.interfaceIStateChanged<TAction extends Action>Indicates that an Action, of a particular type, has changed state.interfaceIndicates that an Action, of a particular type, has performed a Step.interfaceIndicates that an Action, of a particular type, has changed its state to Idle.interfaceISucceeded<TAction extends Action>Indicates that an Action, of a particular type, has stopped and reached its purpose.