Interface CloseListener
-
- All Known Implementing Classes:
ServerSessionImpl.TempQueueCleanerUpper
public interface CloseListenerCloseListeners can be registered with aRemotingConnectionto get notified when the connection is closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnectionClosed()called when the connection is closed
-