|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--soccerclient.visualization.Update
Überschrift: Update
Beschreibung: This class waits for data from Roboclient, deserialize the data and converts the result into a PlayerInfo object to set the values for painting on the field (FieldJPanel)
Copyright: Copyright (c) 2002
Organisation: pm39
Field Summary | |
(package private) int |
MAX
|
Fields inherited from class java.lang.Thread |
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals |
Constructor Summary | |
Update(java.net.DatagramSocket sock)
Creates a new Update Thread |
Method Summary | |
void |
run()
Waits for data from RoboClient to deserialize and convert it. |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
final int MAX
Constructor Detail |
public Update(java.net.DatagramSocket sock)
Update
Thread
sock
- a DatagramSocket
Method Detail |
public void run()
Runnable visUpdate
is started.run
in class java.lang.Thread
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |