Uses of Interface
edu.csus.ecs.pc2.api.listener.IConnectionEventListener

Packages that use IConnectionEventListener
edu.csus.ecs.pc2.api PC2 API. 
 

Uses of IConnectionEventListener in edu.csus.ecs.pc2.api
 

Classes in edu.csus.ecs.pc2.api that implement IConnectionEventListener
protected  class ServerConnection.ConnectionEventListener
          A Connection Event used by ServerConnection.
 

Methods in edu.csus.ecs.pc2.api with parameters of type IConnectionEventListener
 void IContest.addConnectionListener(IConnectionEventListener connectionEventListener)
          Add a Connection Event listener to the contest.
 void IContest.removeConnectionListener(IConnectionEventListener connectionEventListener)
          Remove the specified connection event listener from the contest.