com.sri.oaa2.com
Interface LibComServerListener
- All Known Implementing Classes:
- LibCom
- public interface LibComServerListener
LibComServerListener is used to listen for server connections from a
LibComCOnnection which is a server.
notifyConnectionEstablished
public void notifyConnectionEstablished(LibComConnection newConnection,
java.lang.String connectionId,
IclTerm address,
IclList params)
- Notifies the listener that a new connection has been established.
- Parameters:
newConnection - the new connectionconnectionId - the id for the new connectionaddress - the connection's addressparams - any parameters to use when adding the connection to the
comm db.