|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRobotStatus
class RobotStatus
The robot status class. Updates the noticeboard with the robot's status on a periodic basis.
Field Summary | |
---|---|
private int |
statusUpdatePeriod
|
private boolean |
stopped
|
Constructor Summary | |
---|---|
RobotStatus()
|
Method Summary | |
---|---|
void |
run()
|
(package private) void |
stop()
Stop the robot status update thread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int statusUpdatePeriod
private boolean stopped
Constructor Detail |
---|
RobotStatus()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
void stop()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |