org.exolab.core.mipc
Interface DisconnectionEventListener
public interface DisconnectionEventListener
This interface is implemented by clients that wish to be notified
when a MultiplexConnection is abnormally terminated
- Version:
- $Revision: 1.2 $
- Author:
- Jim Alateras
- See Also:
MultiplexConnection
disconnected
void disconnected(MultiplexConnectionIfc connection)
- A multiplex connection has been terminated.
- Parameters:
connection
- The terminated connection
Copyright © 1999-2012 The Exolab Group. All Rights Reserved.