|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TCPConnectionListener
The TCPConnectionListener interface defines methods for a
developer to implement in order to receive notifications of socket
events from JacORB.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||