Exemplo n.º 1
0
 public HandlerRegistration addMouseOverHandler(MouseOverHandler<Appointment> handler) {
   return addHandler(handler, MouseOverEvent.getType());
 }