Exemplo n.º 1
0
 public void removeConnectionEventListener(ConnectionEventListener listener) {
   ces.removeConnectionEventListener(listener);
 }
Exemplo n.º 2
0
 public void addConnectionEventListener(ConnectionEventListener listener) {
   ces.addConnectionEventListener(listener);
 }