net.cnri.dobj
Interface DOConnectionListener


public interface DOConnectionListener

DOConnectionListener specifies an interface for objects that can receive notification of events on a DO connection, such as a new channel being opened.


Method Summary
 void channelCreated(StreamPair pair)
          This is called when a new channel has been created on the server.
 

Method Detail

channelCreated

void channelCreated(StreamPair pair)
This is called when a new channel has been created on the server.