internalUpdateEvents method
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;
}