Class Touche

java.lang.Object
  |
  +--Touche

public class Touche
extends java.lang.Object

Classe que l' on définit pour pouvoir utiliser le concept Observer/Observable On enverra via un observable aux observateurs une instance de cette classe au moment où l' on fait bouger la pièce du jeu.


Constructor Summary
Touche()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Touche

public Touche()