engine
Interface Monitor

All Known Implementing Classes:
BunchMonitor, ContAssignMonitor, EnableGate, HalfMonitor, LinkMonitor, MBiContAssignMonitor, MContAssignMonitor, MOSGate, NInputGate, NOutputGate, UDP, ValueChangeMonitor, WatchMonitor

public abstract interface Monitor

Provides s is a simple way to communicate some state change between parts A monitor is a "thing" that surveys for an expression to gain some given value. When that happents, it should notify some threads that are waiting for this specific event ( the waiters).


Method Summary
 void trigger()
           
 

Method Detail

trigger

public void trigger()
             throws InterpretTimeException