EventConsumer class abstract

abstarct event consumer class because each event is unique in its own way, its handling is also unique thus this class is abstract user must extend, mixin with this class to use the power of eventizer consumer interface optionally user can also set debug tag

Constructors

EventConsumer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventHandler(List<EventID> list) → void
adds this EventConsumer entry to the global list for the provided list of EventID list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(Event event) → void
this method must be implemented by the extender of EventConsumer
removeEventHandler(List<EventID> list) → void
removes this EventConsumer entry from the global list for the provided list of EventID list
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited