Package ion.Core.Events
package ion.Core.Events
-
ClassDescriptionIndicates that an Action, of a particular type, has stopped wihtout reaching its purpose.Indicates that an Action, of a particular type, has changed its state to Paused.Indicates that an Action, of a particular type, has changed its state from Paused to Running.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.Indicates that an Action, of a particular type, has performed a Step.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>