Closed JanMalch closed 5 years ago
Adds action handlers:
ofEntityAction
ofEntityActionDispatched
ofEntityActionSuccessful
ofEntityActionErrored
Does not implement ofEntityActionCanceled as the entity state class does not provide cancellable actions.
ofEntityActionCanceled
Closes #55
@JanMalch Given the fact that 3.4 is now out you should probably also add an ofEntityActionCompleted handler to shadow the new ofActionCompleted handler.
ofEntityActionCompleted
ofActionCompleted
Adds action handlers:
ofEntityAction
ofEntityActionDispatched
ofEntityActionSuccessful
ofEntityActionErrored
Does not implement
ofEntityActionCanceled
as the entity state class does not provide cancellable actions.Closes #55