dispatch(AppEvent event) The dispatcher will query its controllers and pass the app event to any
controllers that can handle the particular event type.
public void
dispatch(int type) The dispatcher will query its controllers and pass the app event to
controllers that can handle the particular event type.
public void
dispatch(int type, Object data) The dispatcher will query its controllers and pass the app event to
controllers that can handle the particular event type.
The dispatcher will query its controllers and pass the app event to any
controllers that can handle the particular event type.
Parameters: event - the app event
The dispatcher will query its controllers and pass the app event to
controllers that can handle the particular event type.
Parameters: type - the event type
The dispatcher will query its controllers and pass the app event to
controllers that can handle the particular event type.
Parameters: type - the event type Parameters: data - the app event data