org.xmloperator.lambda.net.model
Interface ConnectionListener

All Known Subinterfaces:
PortStack

public interface ConnectionListener

Listener about Operators connections and disconnections.


Method Summary
 void notifyConnection(Port port1, Port port2)
          Notify a connection between two Ports.
 

Method Detail

notifyConnection

public void notifyConnection(Port port1,
                             Port port2)
Notify a connection between two Ports. The notification occurs after the connection.

Parameters:
port1 - a Port.
port2 - a Port.