# SimpleEventHandler

Class SimpleEventHandler extends EventManager. 

This class implements a simplest event handler where all the event handlers have no operation in it.

This class is a class which is ready to be extended by customized eventHandler class with desired handlers filled with operations and undesired handlers empty.

## Constructor(handlers: Partial<EventManager>)

This class can be constructed by any number of event handlers in EventManager