AbstractOptionaloptions: ObserverRelayOptionsReturns an event generator that will listen for the specified event
Optionaloptions: ObserverEngine.ListenerOptionsReturns an event generator that will listen for the specified event
Optionaloptions: ObserverEngine.ListenerOptionsListens for the specified event and executes the given callback
Optionaloptions: ObserverEngine.ListenerOptionsReturns an event generator that will listen for the specified event
Optionaloptions: ObserverEngine.ListenerOptionsReturns an event generator that will listen for all events matching the regex
Optionaloptions: ObserverEngine.ListenerOptionsListens for all events matching the regex and executes the given callback
Optionaloptions: ObserverEngine.ListenerOptionsReturns an event promise that resolves when the specified event is emitted
Optionaloptions: ObserverEngine.ListenerOptionsReturns an event promise that resolves when the specified event is emitted. This overload is untyped and can be used to listen for any event that is emitted.
Optionaloptions: ObserverEngine.ListenerOptionsExecutes a callback once when the specified event is emitted
Optionaloptions: ObserverEngine.ListenerOptionsExecutes a callback once when the specified event is emitted. This overload is untyped and can be used to listen for any event that is emitted.
Optionaloptions: ObserverEngine.ListenerOptionsReturns an event promise that resolves when any events matching the regex are emitted
Optionaloptions: ObserverEngine.ListenerOptionsExecutes a callback once when any events matching the regex are emitted
Optionaloptions: ObserverEngine.ListenerOptionsProtectedreceiveProtected Abstractsend
Emits an event