onEvent method

  1. @protected
  2. @mustCallSuper
void onEvent(
  1. Controller controller,
  2. Object? event
)

Called whenever an event is added to any controller with the given controller and event.

Implementation

@protected
@mustCallSuper
void onEvent(Controller controller, Object? event) {}