public interface ClientDisconnectHandler
Client
when the Client unintentionally disconnects
from AMPS. This interface can be used to implement your own disconnect handler.
It will notify you that a Client disconnected so that action can be taken, such
as doing a reconnect.void invoke(Client client)
client
- The client that unintentionally disconnected from AMPS.