Package ion.Core.Events


package ion.Core.Events
  • Class
    Description
    IFailed<TAction extends Action>
    Indicates that an Action, of a particular type, has stopped wihtout reaching its purpose.
    IPaused<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state to Paused.
    IResumed<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state from Paused to Running.
    IStarted<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state to Running.
    IStateChanged<TAction extends Action>
    Indicates that an Action, of a particular type, has changed state.
    IStepped<TAction extends Action>
    Indicates that an Action, of a particular type, has performed a Step.
    IStopped<TAction extends Action>
    Indicates that an Action, of a particular type, has changed its state to Idle.
    ISucceeded<TAction extends Action>
    Indicates that an Action, of a particular type, has stopped and reached its purpose.
    IValueChanged<TOldValue,TNewValue,TProperty extends Property>
    Indicates that a Property has changed its value.
    ValueChanged<TOldValue,TNewValue,TProperty extends Property>