struct Athena::EventDispatcher::EventListener
- Athena::EventDispatcher::EventListener
- Struct
- Value
- Object
Overview
Wraps an EventListenerType in order to keep track of its #priority.
Defined in:
athena-event_dispatcher.crConstructors
Instance Method Summary
-
#listener : EventListenerType
The wrapped
EventListenerTypeinstance. -
#priority : Int32
The priority of the
EventListenerTypeinstance.
Constructor Detail
Instance Method Detail
def priority : Int32
#
The priority of the EventListenerType instance.
The higher the #priority the sooner #listener will be executed.