| 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[] |
IContest.getSites()
Get an ordered list of all currently defined contest sites.
|
| 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.
|