Skip navigation links
A B C D E G H I J L M N O P R S T U V 

C

clarificationAdded(IClarification) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame.ClarificationListener
 
clarificationAdded(IClarification) - Method in interface edu.csus.ecs.pc2.api.IClarificationEventListener
New Clarification submitted.
clarificationAnswered(IClarification) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame.ClarificationListener
 
clarificationAnswered(IClarification) - Method in interface edu.csus.ecs.pc2.api.IClarificationEventListener
Clarification answered by judge.
ClarificationListener() - Constructor for class edu.csus.ecs.pc2.api.ContestTestFrame.ClarificationListener
 
clarificationRemoved(IClarification) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame.ClarificationListener
 
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 class edu.csus.ecs.pc2.api.ContestTestFrame.ClarificationListener
 
clarificationUpdated(IClarification) - Method in interface edu.csus.ecs.pc2.api.IClarificationEventListener
Invoked when clarification edited/changed.
clarListenerChanged(boolean) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame
 
compare(APIAbstractTest, APIAbstractTest) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame.APIAbstractTestComparator
 
compare(IClarification, IClarification) - Method in class edu.csus.ecs.pc2.api.IClarificationComparator
 
compare(IRun, IRun) - Method in class edu.csus.ecs.pc2.api.IRunComparator
 
compare(ISite, ISite) - Method in class edu.csus.ecs.pc2.api.ISiteComparatorBySiteNumber
 
COMPUTER_AND_MANUAL_JUDGING - Static variable in class edu.csus.ecs.pc2.api.APIConstants
Judging Type value.
COMPUTER_JUDGING_ONLY - Static variable in class edu.csus.ecs.pc2.api.APIConstants
Judging Type value.
configListenerChanged(boolean) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame
 
ConfigUpdateListener() - Constructor for class edu.csus.ecs.pc2.api.ContestTestFrame.ConfigUpdateListener
 
configurationItemAdded(ContestEvent) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame.ConfigUpdateListener
 
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 class edu.csus.ecs.pc2.api.ContestTestFrame.ConfigUpdateListener
 
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 class edu.csus.ecs.pc2.api.ContestTestFrame.ConfigUpdateListener
 
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 class edu.csus.ecs.pc2.api.ContestTestFrame.ConnectionEventListener
 
connectionDropped() - Method in interface edu.csus.ecs.pc2.api.listener.IConnectionEventListener
Connection Dropped.
connectionDropped() - Method in class edu.csus.ecs.pc2.api.ServerConnection.ConnectionEventListener
 
ConnectionEvent - Class in edu.csus.ecs.pc2.api.listener
Event for when clients connect or disconnect.
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.
ConnectionEventListener() - Constructor for class edu.csus.ecs.pc2.api.ContestTestFrame.ConnectionEventListener
 
ConnectionEventListener() - Constructor for class edu.csus.ecs.pc2.api.ServerConnection.ConnectionEventListener
 
connectionListenerChanged(boolean) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame
Turn connection event listener on and off
contest - Variable in class edu.csus.ecs.pc2.api.ServerConnection
 
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.
ContestTestFrame - Class in edu.csus.ecs.pc2.api
API 'contest' Test Frame.
ContestTestFrame() - Constructor for class edu.csus.ecs.pc2.api.ContestTestFrame
This method initializes
ContestTestFrame.APIAbstractTestComparator - Class in edu.csus.ecs.pc2.api
Comparer for APIAbstractTestComparator title.
ContestTestFrame.ClarificationListener - Class in edu.csus.ecs.pc2.api
Clar Listener for ContestTestFrame.
ContestTestFrame.ConfigUpdateListener - Class in edu.csus.ecs.pc2.api
Listener for IConfigurationUpdateListener.
ContestTestFrame.ConnectionEventListener - Class in edu.csus.ecs.pc2.api
Connection Listener for ContestTestFrame.
ContestTestFrame.ISiteWrapper - Class in edu.csus.ecs.pc2.api
 
ContestTestFrame.PrintAllReports - Class in edu.csus.ecs.pc2.api
Print all reports.
ContestTestFrame.RunListener - Class in edu.csus.ecs.pc2.api
Run Listener for ContestTestFrame.
controller - Variable in class edu.csus.ecs.pc2.api.ServerConnection
 
A B C D E G H I J L M N O P R S T U V 
Skip navigation links