static
Class Do
static
string
after
(
fn
,
obj
,
sFn
,
c
)
fn
<Function>
the function to execute
obj
<object>
the object hosting the method to displace
sFn
<string>
the name of the method to displace
c
<object>
The execution context for fn
string
static
string
before
(
fn
,
obj
,
sFn
,
c
)
fn
<Function>
the function to execute
obj
<object>
the object hosting the method to displace
sFn
<string>
the name of the method to displace
c
<object>
The execution context for fn
string
void
detach
(
handle
)
handle
<string>
the subscription handle
void