squint
Interface ConnectionListener

All Known Implementing Classes:
GUIManager

public interface ConnectionListener

Describes objects that can be notified when a connection is established through a TCPPort.


Method Summary
 void connectionEstablished(TCPPort whichPort)
          Invoked when a connection is made to a TCPPort.
 

Method Detail

connectionEstablished

void connectionEstablished(TCPPort whichPort)
Invoked when a connection is made to a TCPPort.

Parameters:
whichPort - Identity of the TCPPort through which connection was made.