public static class HAClient.HADisconnectHandler extends java.lang.Object implements ClientDisconnectHandler, ClientDisconnectHandler2
| Constructor and Description |
|---|
HADisconnectHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Client client)
When the Client unintentionally disconnects from AMPS, this method is
invoked.
|
void |
invoke(Client client_,
java.lang.Exception e_)
When the Client unintentionally disconnects from AMPS, this method is
invoked.
|
public void invoke(Client client)
ClientDisconnectHandlerinvoke in interface ClientDisconnectHandlerclient - The client that unintentionally disconnected from AMPS.public void invoke(Client client_, java.lang.Exception e_)
ClientDisconnectHandler2invoke in interface ClientDisconnectHandler2client_ - The client that unintentionally disconnected from AMPS.e_ - The exception thrown when the client unintentionally disconnected.