|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContestEvent.EventType | |
---|---|
edu.csus.ecs.pc2.api.listener | PC2 API Listeners and Listener events. |
Uses of ContestEvent.EventType in edu.csus.ecs.pc2.api.listener |
---|
Methods in edu.csus.ecs.pc2.api.listener that return ContestEvent.EventType | |
---|---|
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're declared. |
Constructors in edu.csus.ecs.pc2.api.listener with parameters of type ContestEvent.EventType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |