Exemplo n.º 1
0
 public void RemoveConnectErrorListener(ConnectErrorListener listener)
 {
     connectErrorListeners.Remove(listener);
 }
Exemplo n.º 2
0
 public void SetConnectErrorEventListener(ConnectErrorListener fault)
 {
     connectErrorCallback = fault;
 }
Exemplo n.º 3
0
 public void AddConnectErrorListener(ConnectErrorListener faultHandler)
 {
     connectErrorListeners.Add(faultHandler);
 }
Exemplo n.º 4
0
 public void RemoveErrorListener(ConnectErrorListener listener)
 {
 }
Exemplo n.º 5
0
 public void AddErrorListener(ConnectErrorListener listener)
 {
 }
Exemplo n.º 6
0
 public void SetConnectErrorEventListener(ConnectErrorListener fault)
 {
     rtClient.SetConnectErrorEventListener(fault);
 }
Exemplo n.º 7
0
 public void SetConnectErrorEventListener(ConnectErrorListener fault)
 {
     throw new NoSocketIOException();
 }