Package | Description |
---|---|
edu.csus.ecs.pc2.api.listener |
Classes related to pc2 API listeners.
|
Modifier and Type | Method and Description |
---|---|
ContestEvent.EventType |
ContestEvent.getEventType()
Get the type of this event.
|
static ContestEvent.EventType |
ContestEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContestEvent.EventType[] |
ContestEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ContestEvent(ContestEvent.EventType eventType,
IClient client)
Construct an event representing a change in a contest Client (account).
|
ContestEvent(ContestEvent.EventType eventType,
IContestClock contestClock)
Construct an event representing a change in contest clock (time) information).
|
ContestEvent(ContestEvent.EventType eventType,
IGroup group)
Construct an event representing a change in a contest Group.
|
ContestEvent(ContestEvent.EventType eventType,
IJudgement judgement)
Construct an event representing a change in a contest Judgement.
|
ContestEvent(ContestEvent.EventType eventType,
ILanguage language)
Construct an event representing a change in a contest Language.
|
ContestEvent(ContestEvent.EventType eventType,
IProblem problem)
Construct an event representing a change in a contest Problem.
|
ContestEvent(ContestEvent.EventType eventType,
ISite site)
Construct an event representing a change in a contest site.
|
ContestEvent(ContestEvent.EventType eventType,
String contestTitle)
Construct an event representing a change in the contest title.
|