The emit method invokes the listners, passing them the value parameter as their argument.
This method syncronously invokes all of the listeners.
This method is used to register listeners which will be invoked when the emit
method is called.
This method will remove a listener from the list of callbacks
Generated using TypeDoc
An Emitter is based around the idea of an event listener allowing you to emit values to listeners.
The WECU
Emitter
can be used without making use of WECU Components.