Package | Description |
---|---|
edu.csus.ecs.pc2.api |
PC2 API.
|
edu.csus.ecs.pc2.api.listener |
PC2 API Listeners
and Listener events.
|
Modifier and Type | Method and Description |
---|---|
ISite |
ContestTestFrame.ISiteWrapper.getSite() |
ISite[] |
IContest.getSites()
Get an ordered list of all currently defined contest sites.
|
Modifier and Type | Method and Description |
---|---|
int |
ISiteComparatorBySiteNumber.compare(ISite site1,
ISite site2) |
Constructor and Description |
---|
ContestTestFrame.ISiteWrapper(ISite site) |
Modifier and Type | Method and Description |
---|---|
ISite |
ContestEvent.getSite()
Get the
ISite associated with events of type ContestEvent.EventType.SITE . |
Constructor and Description |
---|
ContestEvent(ContestEvent.EventType eventType,
ISite site)
Construct an event representing a change in a contest site.
|