gameIHM
Class KeyTimer

java.lang.Object
  |
  +--javax.swing.Timer
        |
        +--gameIHM.KeyTimer
All Implemented Interfaces:
java.io.Serializable

public class KeyTimer
extends javax.swing.Timer

the class KeyTimer creation :12 mai 03 at 16:12:00

Version:
1.0
Author:
Michel de VERDELHAN
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.Timer
listenerList
 
Constructor Summary
KeyTimer(int arg0, Game partie, java.lang.String commande)
          the constructor for KeyTimer
 
Method Summary
 java.lang.String getCommande()
          method :String getCommande
 void setCommande(java.lang.String string)
          method :void setCommande
 
Methods inherited from class javax.swing.Timer
addActionListener, fireActionPerformed, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyTimer

public KeyTimer(int arg0,
                Game partie,
                java.lang.String commande)
the constructor for KeyTimer

Parameters:
arg0 -
Method Detail

getCommande

public java.lang.String getCommande()
method :String getCommande


setCommande

public void setCommande(java.lang.String string)
method :void setCommande

Parameters:
string -