| 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 |
|---|---|
void |
ContestTestFrame.ConfigUpdateListener.configurationItemAdded(ContestEvent contestEvent) |
void |
ContestTestFrame.ConfigUpdateListener.configurationItemRemoved(ContestEvent contestEvent) |
void |
ContestTestFrame.ConfigUpdateListener.configurationItemUpdated(ContestEvent contestEvent) |
String |
ContestTestFrame.getConfigInfo(ContestEvent contestEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
IConfigurationUpdateListener.configurationItemAdded(ContestEvent contestEvent)
Invoked when a new contest configuration item has been added to the contest.
|
void |
IConfigurationUpdateListener.configurationItemRemoved(ContestEvent contestEvent)
Invoked when an existing contest configuration item has been removed from the contest configuration.
|
void |
IConfigurationUpdateListener.configurationItemUpdated(ContestEvent contestEvent)
Invoked when an existing contest configuration item has been updated (modified in some way).
|