Package | Description |
---|---|
edu.csus.ecs.pc2.api |
Classes related to pc2 API
|
edu.csus.ecs.pc2.api.listener |
Classes related to pc2 API listeners.
|
Modifier and Type | Method and Description |
---|---|
IContestClock |
IContest.getContestClock()
Get an
IContestClock object containing contest time-related information. |
Modifier and Type | Method and Description |
---|---|
IContestClock |
ContestEvent.getContestClock()
Get Contest Clock info associated with events of type
ContestEvent.EventType.CONTEST_CLOCK . |
Constructor and Description |
---|
ContestEvent(ContestEvent.EventType eventType,
IContestClock contestClock)
Construct an event representing a change in contest clock (time) information).
|