Listener

Single listener; implicitly specified return and parameter types

Alias This

get

Members

Aliases

slot_t
alias slot_t = RETURN_T delegate(T1)
Undocumented in source.

Functions

assigned
bool assigned()

returns true if listener is assigned

get
slot_t get()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(slot_t listener)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
RETURN_T opCall(T1 params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta