Uses of Class
org.jacorb.orb.listener.TCPConnectionEvent

Packages that use TCPConnectionEvent
org.jacorb.orb.listener   
 

Uses of TCPConnectionEvent in org.jacorb.orb.listener
 

Methods in org.jacorb.orb.listener with parameters of type TCPConnectionEvent
 void NullTCPConnectionListener.connectionClosed(TCPConnectionEvent e)
           
 void TCPConnectionListener.connectionClosed(TCPConnectionEvent e)
          connectionClosed will be called whenever a socket is closed.
 void NullTCPConnectionListener.connectionOpened(TCPConnectionEvent e)
           
 void TCPConnectionListener.connectionOpened(TCPConnectionEvent e)
          connectionOpened will be called whenever a socket is opened.