updateEvents method

void updateEvents(
  1. NodeFlowEvents<T, C> events
)

Updates the event handlers on an already-initialized controller.

@internal - This method is for internal use by NodeFlowEditor only. Do not call directly from application code.

Implementation

void updateEvents(NodeFlowEvents<T, C> events) {
  _events = events;
}