gameIHM
Class KeyboardListener

java.lang.Object
  |
  +--java.awt.event.KeyAdapter
        |
        +--gameIHM.KeyboardListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener

public class KeyboardListener
extends java.awt.event.KeyAdapter

the class KeybordListener creation :12 mai 03 at 15:50:22

Version:
1.0
Author:
Michel de VERDELHAN

Constructor Summary
KeyboardListener(Game partie)
          the constructor for KeybordListener
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
          method :KeybordListener keyPressed
 
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyboardListener

public KeyboardListener(Game partie)
the constructor for KeybordListener

Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
method :KeybordListener keyPressed

Specified by:
keyPressed in interface java.awt.event.KeyListener
Overrides:
keyPressed in class java.awt.event.KeyAdapter
Parameters:
e -
Since:
12 mai 03 at 15:51:38
See Also:
KeyListener.keyPressed(java.awt.event.KeyEvent)