Uses of Class
edu.csus.ecs.pc2.api.listener.ContestEvent

Packages that use ContestEvent
edu.csus.ecs.pc2.api.listener PC2 API Listeners and Listener events. 
 

Uses of ContestEvent in edu.csus.ecs.pc2.api.listener
 

Methods in edu.csus.ecs.pc2.api.listener with parameters of type ContestEvent
 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).