Interface EndpointListener
-
public interface EndpointListenerImplement this listener to be notified about changes to an endpoints' connection state.- Author:
- Rene Schneider - initial API and implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClosed(Endpoint anEndpoint)The endpoints' connection has been closed.voidonConnectionLost(Endpoint anEndpoint)The endpoint has unexpectedly lost the connection.
-