openedEvent

openedEvent(listener: JadeMultiWorkerTcpTransport input;
            conn:     JadeMultiWorkerTcpConnection input);

When a connection opens, the Opened connection event is queued and is delivered to a worker process via the openedEvent callback method in your implementation of the JadeMultiWorkerTcpTransportIF interface.

The listener parameter is populated with the transport object and the conn parameter with the connection that has opened.