Interface ISucceeded<TAction extends Action>

  • Type Parameters:
    TAction - the particular type of the Action
    All Superinterfaces:
    ion.Meta.IEvent, IStateChanged<TAction>, IStopped<TAction>

    public interface ISucceeded<TAction extends Action>
    extends IStopped<TAction>
    Indicates that an Action, of a particular type, has stopped and reached its purpose.
    Author:
    GAIPS