Uses of Interface
edu.csus.ecs.pc2.api.listener.IRunEventListener

Packages that use IRunEventListener
edu.csus.ecs.pc2.api PC2 API. 
 

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

Methods in edu.csus.ecs.pc2.api with parameters of type IRunEventListener
 void IContest.addRunListener(IRunEventListener runEventListener)
          Add a Run Event listener to the contest.
 void IContest.removeRunListener(IRunEventListener runEventListener)
          Remove the specified run event listener from the contest.