uk.ac.man.cs.rainbow.simulator
Class StateEnumerator.ThreadWatch

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.simulator.Scheduler.ThreadingAdapter
        |
        +--uk.ac.man.cs.rainbow.simulator.StateEnumerator.ThreadWatch
All Implemented Interfaces:
Scheduler.ThreadingListener
Enclosing class:
StateEnumerator

public static class StateEnumerator.ThreadWatch
extends Scheduler.ThreadingAdapter

For debugging thread activity.


Constructor Summary
StateEnumerator.ThreadWatch()
           
 
Method Summary
 void threadStart(RainbowThread T)
          Indicate that a thread has been created.
 
Methods inherited from class uk.ac.man.cs.rainbow.simulator.Scheduler.ThreadingAdapter
threadStop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateEnumerator.ThreadWatch

public StateEnumerator.ThreadWatch()
Method Detail

threadStart

public void threadStart(RainbowThread T)
Description copied from interface: Scheduler.ThreadingListener
Indicate that a thread has been created.
Overrides:
threadStart in class Scheduler.ThreadingAdapter
Following copied from interface: uk.ac.man.cs.rainbow.simulator.Scheduler.ThreadingListener
Parameters:
thread - The thread that was created.
See Also:
RASM.Parallel