|
Ice 3.7 Slice API Reference
|
An application can implement this interface to receive notifications when a connection closes. More...
defined in <Ice/Connection.ice>
["delegate"]
local interface CloseCallback { ... }
Operations | |
| void | closed (Connection con) |
| This method is called by the the connection when the connection is closed. More... | |
An application can implement this interface to receive notifications when a connection closes.
| void closed | ( | Connection | con | ) |
This method is called by the the connection when the connection is closed.
If the callback needs more information about the closure, it can call Connection#throwException.
| con | The connection that closed. |