struct

Athena::EventDispatcher::Callable::Event(E)

Inherits Athena::EventDispatcher::Callable < Comparable < Struct < Value < Object

Represents a listener that only accepts the ACTR::EventDispatcher::Event instance.

Constructors

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