onEventApplied method

  1. @protected
void onEventApplied(
  1. Event event,
  2. ChannelState newState
)
inherited

Called after an event has been applied to the state Override to perform post-event application actions

Implementation

@protected
void onEventApplied(Event event, TState newState) {}