EventListener.callablesOf

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