engine
Class WatchMonitor

java.lang.Object
  |
  +--engine.WatchMonitor

class WatchMonitor
extends java.lang.Object
implements Monitor

this is a monitor whose job is to update the watches


Field Summary
(package private)  LeafNode watch
           
 
Constructor Summary
(package private) WatchMonitor(DataHolder target, LeafNode watch)
           
 
Method Summary
 void trigger()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

watch

LeafNode watch
Constructor Detail

WatchMonitor

WatchMonitor(DataHolder target,
             LeafNode watch)
Method Detail

trigger

public void trigger()
Specified by:
trigger in interface Monitor