Open SiteSearch 4.1.1
Final

ORG.oclc.util
Class idleTimer

java.lang.Object
  |
  +--ORG.oclc.util.idleTimer

public class idleTimer
extends Object
implements Runnable


Constructor Summary
idleTimer(timedObject o, long msecs)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

idleTimer

public idleTimer(timedObject o,
                 long msecs)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Open SiteSearch 4.1.1
Final