- clarificationAdded(IClarification) - Method in interface edu.csus.ecs.pc2.api.IClarificationEventListener
-
New Clarification submitted.
- clarificationAnswered(IClarification) - Method in interface edu.csus.ecs.pc2.api.IClarificationEventListener
-
Clarification answered by judge.
- clarificationRemoved(IClarification) - Method in interface edu.csus.ecs.pc2.api.IClarificationEventListener
-
Invoked when an existing clarification has been removed from the contest (marked as deleted by the Contest Administrator).
- clarificationUpdated(IClarification) - Method in interface edu.csus.ecs.pc2.api.IClarificationEventListener
-
Invoked when clarification edited/changed.
- configurationItemAdded(ContestEvent) - Method in interface edu.csus.ecs.pc2.api.listener.IConfigurationUpdateListener
-
Invoked when a new contest configuration item has been added to the contest.
- configurationItemRemoved(ContestEvent) - Method in interface edu.csus.ecs.pc2.api.listener.IConfigurationUpdateListener
-
Invoked when an existing contest configuration item has been removed from the contest configuration.
- configurationItemUpdated(ContestEvent) - Method in interface edu.csus.ecs.pc2.api.listener.IConfigurationUpdateListener
-
Invoked when an existing contest configuration item has been updated (modified in some way).
- connectionDropped() - Method in interface edu.csus.ecs.pc2.api.listener.IConnectionEventListener
-
Connection Dropped.
- connectionDropped() - Method in class edu.csus.ecs.pc2.api.ServerConnection.ConnectionEventListenerImplementation
-
- ConnectionEvent - Class in edu.csus.ecs.pc2.api.listener
-
- ConnectionEvent(ConnectionEvent.Action, IClient) - Constructor for class edu.csus.ecs.pc2.api.listener.ConnectionEvent
-
- ConnectionEvent.Action - Enum in edu.csus.ecs.pc2.api.listener
-
Action for ConnectionEvent.
- ContestEvent - Class in edu.csus.ecs.pc2.api.listener
-
This class describes an Event representing the situation that some piece of contest configuration information has changed.
- ContestEvent(ContestEvent.EventType, ISite) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in a contest site.
- ContestEvent(ContestEvent.EventType, String) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in the contest title.
- ContestEvent(ContestEvent.EventType, IGroup) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in a contest Group.
- ContestEvent(ContestEvent.EventType, IClient) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in a contest Client (account).
- ContestEvent(ContestEvent.EventType, IContestClock) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in contest clock (time) information).
- ContestEvent(ContestEvent.EventType, IJudgement) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in a contest Judgement.
- ContestEvent(ContestEvent.EventType, ILanguage) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in a contest Language.
- ContestEvent(ContestEvent.EventType, IProblem) - Constructor for class edu.csus.ecs.pc2.api.listener.ContestEvent
-
Construct an event representing a change in a contest Problem.
- ContestEvent.EventType - Enum in edu.csus.ecs.pc2.api.listener
-
This enum identifies the types of configuration change events which can occur.