Uses of Class
ion.Core.Action

Packages that use Action
Package
Description
 
  • Uses of Action in ion.Core.Events

    Classes in ion.Core.Events with type parameters of type Action
    Modifier and Type
    Interface
    Description
    interface 
    IFailed<TAction extends Action>
    Indicates that an Action, of a particular type, has stopped wihtout reaching its purpose.
    interface 
    IPaused<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state to Paused.
    interface 
    IResumed<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state from Paused to Running.
    interface 
    IStarted<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state to Running.
    interface 
    IStateChanged<TAction extends Action>
    Indicates that an Action, of a particular type, has changed state.
    interface 
    IStepped<TAction extends Action>
    Indicates that an Action, of a particular type, has performed a Step.
    interface 
    IStopped<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state to Idle.
    interface 
    ISucceeded<TAction extends Action>
    Indicates that an Action, of a particular type, has stopped and reached its purpose.