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)
IConfigurationUpdateListener
configurationItemAdded
in interface IConfigurationUpdateListener
contestEvent
- A ContestEvent
object giving details about the configuration item that has been added to the contest.ContestEvent
public void configurationItemUpdated(ContestEvent contestEvent)
IConfigurationUpdateListener
configurationItemUpdated
in interface IConfigurationUpdateListener
contestEvent
- A ContestEvent
object giving details about the configuration item that has been modified.ContestEvent
public void configurationItemRemoved(ContestEvent contestEvent)
IConfigurationUpdateListener
configurationItemRemoved
in interface IConfigurationUpdateListener
contestEvent
- A ContestEvent
object giving details about the configuration item that has been removed from the contest.ContestEvent