src/generic/listener.ts
Methods |
Static generate | ||||||
generate(target: Object)
|
||||||
Parameters :
Returns :
(...propsToBeListened: Array<string>) => Listener
|
start | ||||||||
start(callback: Function, undefined: ListeningOptions)
|
||||||||
Parameters :
Returns :
void
|
stop |
stop()
|
Returns :
void
|