Uses of Interface
edu.csus.ecs.pc2.api.IClient

Packages that use IClient
edu.csus.ecs.pc2.api PC2 API. 
edu.csus.ecs.pc2.api.listener PC2 API Listeners and Listener events. 
 

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

Subinterfaces of IClient in edu.csus.ecs.pc2.api
 interface ITeam
          This interface describes the PC2 API view of a contest Team.
 

Methods in edu.csus.ecs.pc2.api that return IClient
 IClient IStanding.getClient()
          Get the IClient associated with this IStanding object.
 IClient IProblemDetails.getClient()
          The client for this problem data.
 IClient ServerConnection.getMyClient()
          Returns a IClient if logged into a server.
 IClient IContest.getMyClient()
          Get the current logged in client.
 

Uses of IClient in edu.csus.ecs.pc2.api.listener
 

Methods in edu.csus.ecs.pc2.api.listener that return IClient
 IClient ContestEvent.getClient()
          Get the client associated with events of type ContestEvent.EventType.CLIENT.
 IClient ConnectionEvent.getClient()
           
 

Constructors in edu.csus.ecs.pc2.api.listener with parameters of type IClient
ConnectionEvent(ConnectionEvent.Action action, IClient client)
           
ContestEvent(ContestEvent.EventType eventType, IClient client)
          Construct an event representing a change in a contest Client (account).