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.


Method Summary
 void notifyConnectionEstablished(LibComConnection newConnection, java.lang.String connectionId, IclTerm address, IclList params)
          Notifies the listener that a new connection has been established.
 

Method Detail

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 connection
connectionId - the id for the new connection
address - the connection's address
params - any parameters to use when adding the connection to the comm db.