protected class ContestTestFrame.ConfigUpdateListener extends Object implements IConfigurationUpdateListener
| Modifier | Constructor and Description |
|---|---|
protected |
ContestTestFrame.ConfigUpdateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
configurationItemAdded(ContestEvent contestEvent)
Invoked when a new contest configuration item has been added to the contest.
|
void |
configurationItemRemoved(ContestEvent contestEvent)
Invoked when an existing contest configuration item has been removed from the contest configuration.
|
void |
configurationItemUpdated(ContestEvent contestEvent)
Invoked when an existing contest configuration item has been updated (modified in some way).
|
protected ContestTestFrame.ConfigUpdateListener()
public void configurationItemAdded(ContestEvent contestEvent)
IConfigurationUpdateListenerconfigurationItemAdded in interface IConfigurationUpdateListenercontestEvent - A ContestEvent object giving details about the configuration item that has been added to the contest.ContestEventpublic void configurationItemUpdated(ContestEvent contestEvent)
IConfigurationUpdateListenerconfigurationItemUpdated in interface IConfigurationUpdateListenercontestEvent - A ContestEvent object giving details about the configuration item that has been modified.ContestEventpublic void configurationItemRemoved(ContestEvent contestEvent)
IConfigurationUpdateListenerconfigurationItemRemoved in interface IConfigurationUpdateListenercontestEvent - A ContestEvent object giving details about the configuration item that has been removed from the contest.ContestEvent