public interface DisconnectedCallback
Connection
is disconnected for any reason, the Connection
object's
DisconnectedCallback
is notifed, if one has been registered.Modifier and Type | Method and Description |
---|---|
void |
onDisconnect(ConnectionEvent event)
This callback notification method is invoked when the
Connection is disconnected. |
void onDisconnect(ConnectionEvent event)
Connection
is disconnected.event
- contains information pertinent to the disconnect event.ConnectionFactory.setDisconnectedCallback(DisconnectedCallback)
,
AbstractConnection.setDisconnectedCallback(DisconnectedCallback)
Copyright © 2015–2016 Apcera, Inc.. All rights reserved.