com.sybase.uep.bobclient.listener
Class IdleTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by com.sybase.uep.bobclient.listener.IdleTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class IdleTimerTask
extends java.util.TimerTask

This is the Idle Timer Task class This will get called when the client is idle for a specific amount time.

Author:
tdang

Constructor Summary
IdleTimerTask(UIController controller)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdleTimerTask

public IdleTimerTask(UIController controller)
Method Detail

run

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