Exemplo n.º 1
0
 public void removeDirectIOListener(JSObject event) {
   super.removeDirectIOListener(DirectIOListener.get(event));
 }
Exemplo n.º 2
0
 public void addDirectIOListener(JSObject event) {
   super.addDirectIOListener(DirectIOListener.get(event));
 }