internalUpdateEvents method

void internalUpdateEvents(
  1. NodeFlowEvents<T> 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 internalUpdateEvents(NodeFlowEvents<T> events) {
  _events = events;
}