|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectsimu.Chronos
public class Chronos
Gestion du temps.
| Field Summary | |
|---|---|
(package private) SimuApplet |
applet
|
(package private) boolean |
boucle
|
(package private) ListeValeurs |
in
|
(package private) java.lang.Thread |
thr
|
(package private) TypeAffichage |
typeAff
|
| Constructor Summary | |
|---|---|
Chronos(SimuApplet applet,
TypeAffichage typeAff,
boolean boucle)
|
|
| Method Summary | |
|---|---|
void |
fin()
|
void |
initCalculLive(ListeValeurs in)
|
void |
recopie(ListeValeurs out)
|
void |
run()
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.Thread thr
SimuApplet applet
TypeAffichage typeAff
ListeValeurs in
boolean boucle
| Constructor Detail |
|---|
public Chronos(SimuApplet applet,
TypeAffichage typeAff,
boolean boucle)
| Method Detail |
|---|
public void initCalculLive(ListeValeurs in)
throws SimuException
SimuExceptionpublic void start()
public void stop()
public void fin()
public void recopie(ListeValeurs out)
throws SimuException
SimuExceptionpublic void run()
run in interface java.lang.Runnable
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||