Multivalent API

multivalent.std
Class SyncTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by multivalent.std.SyncTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class SyncTimerTask
extends java.util.TimerTask

TimerTask that notifies all of its Observables every time it is TimerTask.run(). Alternatively sends as arg Boolean.TRUE and Boolean.FALSE.

Version:
$Revision: 1.2 $ $Date: 2002/01/16 05:08:16 $

Constructor Summary
SyncTimerTask()
           
 
Method Summary
 java.util.Observable getObservable()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncTimerTask

public SyncTimerTask()
Method Detail

getObservable

public java.util.Observable getObservable()

run

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

Multivalent API