engine
Class MonitorTask

java.lang.Object
  |
  +--engine.Instruction
        |
        +--engine.DefaultInstruction
              |
              +--engine.DisplayTask
                    |
                    +--engine.MonitorTask

class MonitorTask
extends DisplayTask

This is the BunchMonitor task activation instruction. It simply creates a new BunchMonitor and attaches the DisplayTask to it.

See Also:
Serialized Form

Field Summary
(package private)  DisplayTask dt
           
 
Fields inherited from class engine.DisplayTask
defaultBase, target
 
Fields inherited from class engine.DefaultInstruction
delayBefore, desc, ns, state
 
Fields inherited from class engine.Instruction
next
 
Constructor Summary
(package private) MonitorTask(NameSpace m, int delayBefore, InstructionDescription desc, int defaultBase, java.util.Vector target, DefaultInstruction next)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class engine.DisplayTask
format, toString
 
Methods inherited from class engine.DefaultInstruction
checkIfIsAllowedInFunction, waitToRun
 
Methods inherited from class engine.Instruction
add, append, next
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

dt

DisplayTask dt
Constructor Detail

MonitorTask

MonitorTask(NameSpace m,
            int delayBefore,
            InstructionDescription desc,
            int defaultBase,
            java.util.Vector target,
            DefaultInstruction next)
Method Detail

execute

public void execute()
             throws InterpretTimeException,
                    SimulationStoppedException
Overrides:
execute in class DisplayTask