Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

engine
Interface Monitor  view Monitor download Monitor.java

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

public 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