|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--Espion
Lance un thread qui communique avec l'espion
Field Summary | |
private Moteur_s |
_m
le moteur qui l'a lance |
private Client |
_partie
le thread serveur, communiquant avec le client |
private int[] |
_plateau
le plateau du jeu |
private int[] |
_reserves
les reserves du jeu |
private java.net.Socket |
_s
le socket utilise |
private int |
_tour
indique le tour |
Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
Constructor Summary | |
Espion(java.net.Socket sock,
Moteur_s moteur,
int[] plateau,
int[] reserves,
int tour,
Client th)
Constructeur du thread de communication avec l'espion |
Method Summary | |
void |
run()
le programme execute dans le thread |
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 |
private java.net.Socket _s
private Moteur_s _m
private int[] _plateau
private int[] _reserves
private int _tour
private Client _partie
Constructor Detail |
public Espion(java.net.Socket sock, Moteur_s moteur, int[] plateau, int[] reserves, int tour, Client th)
Method Detail |
public void run()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |