bindEventListeners abstract method
void
bindEventListeners()
Binds all the eventListeners All the events should be converted to Event and sent to the onEvent method This method needs to be implemented in subclasses
Implementation
void bindEventListeners();