carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
EventManager.connect
carbon
event
EventManager
Undocumented in source. Be warned that the author may not have intended to support it.
class
EventManager
(T...)
void
connect
(
string
name
Class
)
(
Class
obj
)
if
(
hasMember
!(
Class
,
name
) &&
(
is
(
Class
== class) ||
is
(
Class
== interface)
)
)
Meta
Source
See Implementation
carbon
event
EventManager
constructors
this
functions
connect
disable
disconnect
emit
enable
strongConnect
strongDisconnect