public abstract class EventsController extends AddOnModule implements EventsControllerModel
| Constructor and Description |
|---|
EventsController(Context context,
String ID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
controlEventDispatcher(EventModel eventModel) |
abstract boolean |
controlEvents(EventModel eventModel)
Controls whether the fired Event should be dispatched to all the listeners.
|
getContext, getIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetID, isOwnerdebug, debug, error, error, fatal, fatal, warn, warnexceptionThrownpublic EventsController(Context context, String ID)
public boolean controlEventDispatcher(EventModel eventModel)
controlEventDispatcher in interface EventsControllerModelpublic abstract boolean controlEvents(EventModel eventModel)
eventModel - the EventCopyright © 2016. All rights reserved.