www.RoboHobby.com - Java ME/SE robotics project

com.robohobby.me
Class RobotTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by com.robohobby.me.RobotTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class RobotTimerTask
extends java.util.TimerTask

Author:
Oleg Lyubchenko


Field Summary
(package private)  CallBacks callBacks
           
(package private)  boolean cmdOnDisc
           
(package private)  boolean stopTimer
           
(package private)  int timerCircle
           
 
Constructor Summary
RobotTimerTask()
           
 
Method Summary
 void doStop()
           
 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
 

Field Detail

callBacks

CallBacks callBacks

timerCircle

int timerCircle

stopTimer

boolean stopTimer

cmdOnDisc

boolean cmdOnDisc
Constructor Detail

RobotTimerTask

public RobotTimerTask()
Method Detail

doStop

public void doStop()

run

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

Copyright © 2004-2008 OLeg Lyubchenko, Anton Lyubchenko. All Rights Reserved.