Ejemplo n.º 1
0
 public void unsetHandlerAndHide()
 {
     this.handler = null;
     this.menu.hide();
 }
Ejemplo n.º 2
0
 public void setHandlerAndShow(GUserInputSetterHandler handler)
 {
     this.handler = handler;
     this.menu.show();
 }