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, getID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getID, isOwner
debug, debug, error, error, fatal, fatal, warn, warn
exceptionThrown
public EventsController(Context context, String ID)
public boolean controlEventDispatcher(EventModel eventModel)
controlEventDispatcher
in interface EventsControllerModel
public abstract boolean controlEvents(EventModel eventModel)
eventModel
- the EventCopyright © 2016. All rights reserved.