struct Athena::EventDispatcher::Callable::EventDispatcher(E)
inherits Athena::EventDispatcher::Callable
#
Represents a listener that accepts both the AED::Event
instance and the AED::EventDispatcherInterface
instance.
Such as when using AED::EventDispatcherInterface#listener(event_class,*,priority,&), or the AED::Event.callable
method.