Uses of Interface
edu.csus.ecs.pc2.api.ILanguage

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

Uses of ILanguage in edu.csus.ecs.pc2.api
 

Methods in edu.csus.ecs.pc2.api that return ILanguage
 ILanguage IRun.getLanguage()
          Get the language which was specified for this run when it was submitted by the submitting team.
 ILanguage[] IContest.getLanguages()
          Get a list of all currently defined contest languages.
 

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

Methods in edu.csus.ecs.pc2.api.listener that return ILanguage
 ILanguage ContestEvent.getLanguage()
          Get the Language info associated with events of type ContestEvent.EventType.LANGUAGE.
 

Constructors in edu.csus.ecs.pc2.api.listener with parameters of type ILanguage
ContestEvent(ContestEvent.EventType eventType, ILanguage language)
          Construct an event representing a change in a contest Language.