/** Class constructor */
 public EventController() {
   mEventListeners = new HashMap<>();
   init();
 }