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