Esempio n. 1
0
 public void publish(Event e, Object o) {
   for (IEventHandler h : handlers) {
     h.action(e, o);
   }
 }