NodeFlowActionDispatcher<T> constructor

NodeFlowActionDispatcher<T>(
  1. NodeFlowController<T> controller
)

Creates a NodeFlow action dispatcher.

Parameters:

  • controller: The controller that actions will operate on

Implementation

NodeFlowActionDispatcher(this.controller);