Пример #1
0
 /** Class constructor */
 public EventController() {
   mEventListeners = new HashMap<>();
   init();
 }