public interface TCPConnectionListener
extends java.util.EventListener
TCPConnectionListener interface defines methods for a
developer to implement in order to receive notifications of socket
events from JacORB.| Modifier and Type | Method and Description |
|---|---|
void |
connectionClosed(TCPConnectionEvent e)
connectionClosed will be called whenever a socket
is closed. |
void |
connectionOpened(TCPConnectionEvent e)
connectionOpened will be called whenever a socket
is opened. |
boolean |
isListenerEnabled()
Check whether this Listener is enabled.
|
boolean isListenerEnabled()
void connectionOpened(TCPConnectionEvent e)
connectionOpened will be called whenever a socket
is opened.e - a TCPConenctionEvent valuevoid connectionClosed(TCPConnectionEvent e)
connectionClosed will be called whenever a socket
is closed.e - a TCPConenctionEvent value