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)
ClientDisconnectHandler
invoke
in interface ClientDisconnectHandler
client
- The client that unintentionally disconnected from AMPS.public void invoke(Client client_, java.lang.Exception e_)
ClientDisconnectHandler2
invoke
in interface ClientDisconnectHandler2
client_
- The client that unintentionally disconnected from AMPS.e_
- The exception thrown when the client unintentionally disconnected.