| 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 |
|---|---|
IGroup |
ITeam.getGroup()
Get the group associate with this team.
|
IGroup[] |
IContest.getGroups()
Get a list of the groups currently defined in the contest.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
ContestEvent.getGroup()
Get the Group info associated with events of type
ContestEvent.EventType.GROUP. |
| Constructor and Description |
|---|
ContestEvent(ContestEvent.EventType eventType,
IGroup group)
Construct an event representing a change in a contest Group.
|