Skip to content

struct Athena::EventDispatcher::Callable::Event(E)
inherits Athena::EventDispatcher::Callable #

Represents a listener that only accepts the AED::Event instance.

Constructors#

.new(callback : E -> Nil, priority : Int32 = 0, name : String | Nil = nil, event_class : E.class = E)#

View source