Event emitter class to handle events.
Emit an event.
the event to emit.
Remove an event handler.
the event to remove a handler from.
the event handler function to remove.
Add an event handler.
the event to handle.
the event handler function.
Event emitter class to handle events.