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