Determines if the controller can handle the particular event. Default
implementation checks against registered event types then queries all child
controllers.
Parameters: event - the event true if event can be handled, falseotherwise
Forward an event to a view. Ensures the view is initialized before
forwarding the event.
Parameters: view - the view to forward the event Parameters: event - the event to be forwarded