net.sf.dc.wf
Class UIUpdater

java.lang.Object
  extended by net.sf.dc.wf.UIUpdater
All Implemented Interfaces:
java.lang.Runnable

public class UIUpdater
extends java.lang.Object
implements java.lang.Runnable

Executes requests on the UI

Since:
1.4
Version:
1.6
Author:
Robert Jan van der Waals

Constructor Summary
UIUpdater(java.util.Collection values, RequestCollection requestors, boolean qryWasSuccess)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIUpdater

public UIUpdater(java.util.Collection values,
                 RequestCollection requestors,
                 boolean qryWasSuccess)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable