selery v0.1.1 (2018-02-09T09:47:44Z)
Dub
Repo
EventListener.callablesOf
selery
event
event
EventListener
Undocumented in source. Be warned that the author may not have intended to support it.
class
EventListener
(O : Event, Children...)
protected
Callable
[]
callablesOf
(
T
:
O
)
(
ref
T
event
)
if
(
is
(
T
== class) &&
!
isAbstractClass
!
T
)
if
(
areValidChildren
!(
O
,
Children
)
)
Meta
Source
See Implementation
selery
event
event
EventListener
functions
addEventListener
callCancellableIfExists
callEvent
callEventIfExists
callablesOf
opOpAssign
removeEventListener
setListener
variables
listeners