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

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

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

Methods in edu.csus.ecs.pc2.api that return IContestClock
 IContestClock IContest.getContestClock()
          Get an IContestClock object containing contest time-related information.
 

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

Methods in edu.csus.ecs.pc2.api.listener that return IContestClock
 IContestClock ContestEvent.getContestClock()
          Get Contest Clock info associated with events of type ContestEvent.EventType.CONTEST_CLOCK.
 

Constructors in edu.csus.ecs.pc2.api.listener with parameters of type IContestClock
ContestEvent(ContestEvent.EventType eventType, IContestClock contestClock)
          Construct an event representing a change in contest clock (time) information).