com.tensegrity.palowebviewer.modules.util.client.timer
Class GWTTimer

java.lang.Object
  extended by com.google.gwt.user.client.Timer
      extended by com.tensegrity.palowebviewer.modules.util.client.timer.GWTTimer
All Implemented Interfaces:
ITimer

public class GWTTimer
extends com.google.gwt.user.client.Timer
implements ITimer


Constructor Summary
GWTTimer()
           
 
Method Summary
 void run()
           
 void schedule(int value)
           
 void setTask(ITimerTask task)
           
 
Methods inherited from class com.google.gwt.user.client.Timer
cancel, scheduleRepeating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tensegrity.palowebviewer.modules.util.client.timer.ITimer
cancel
 

Constructor Detail

GWTTimer

public GWTTimer()
Method Detail

setTask

public void setTask(ITimerTask task)
Specified by:
setTask in interface ITimer

run

public void run()
Specified by:
run in class com.google.gwt.user.client.Timer

schedule

public void schedule(int value)
Specified by:
schedule in interface ITimer
Overrides:
schedule in class com.google.gwt.user.client.Timer