Uses of Interface
uk.ac.man.cs.rainbow.simulator.Scheduler.ThreadingListener

Packages that use Scheduler.ThreadingListener
uk.ac.man.cs.rainbow.simulator Rainbow simulation system. 
 

Uses of Scheduler.ThreadingListener in uk.ac.man.cs.rainbow.simulator
 

Classes in uk.ac.man.cs.rainbow.simulator that implement Scheduler.ThreadingListener
static class Scheduler.ThreadingAdapter
          An empty implementation of a LabellingListener that is suitable for subclassing to get subsets of the full behaviour.
static class StateEnumerator.ThreadWatch
          For debugging thread activity.
 

Methods in uk.ac.man.cs.rainbow.simulator with parameters of type Scheduler.ThreadingListener
 void Scheduler.addThreadingListener(Scheduler.ThreadingListener l)
          Register a class for receipt of threading notifications.
 void Scheduler.removeThreadingListener(Scheduler.ThreadingListener l)
          Unregister a class from receipt of threading notifications.