Interface CloseListener
- All Known Implementing Classes:
ServerSessionImpl.TempQueueCleanerUpper
public interface CloseListener
CloseListeners can be registered with a
RemotingConnection to
get notified when the connection is closed.
-
Method Summary
-
Method Details
-
connectionClosed
void connectionClosed()called when the connection is closed
-