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

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

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

Methods in edu.csus.ecs.pc2.api that return IGroup
 IGroup ITeam.getGroup()
          Get the group associate with this team.
 IGroup[] IContest.getGroups()
          Get a list of the groups currently defined in the contest.
 

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

Methods in edu.csus.ecs.pc2.api.listener that return IGroup
 IGroup ContestEvent.getGroup()
          Get the Group info associated with events of type ContestEvent.EventType.GROUP.
 

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