|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.orb.listener.NullTCPConnectionListener
public class NullTCPConnectionListener
empty implementation of the TCPConnectionListener interface
Constructor Summary | |
---|---|
NullTCPConnectionListener()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullTCPConnectionListener()
Method Detail |
---|
public void connectionOpened(TCPConnectionEvent e)
TCPConnectionListener
connectionOpened
will be called whenever a socket
is opened.
connectionOpened
in interface TCPConnectionListener
e
- a TCPConenctionEvent
valuepublic void connectionClosed(TCPConnectionEvent e)
TCPConnectionListener
connectionClosed
will be called whenever a socket
is closed.
connectionClosed
in interface TCPConnectionListener
e
- a TCPConenctionEvent
valuepublic boolean isListenerEnabled()
TCPConnectionListener
isListenerEnabled
in interface TCPConnectionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |