Class InterfaceGraphique.PanCommandes.ButtonListener

java.lang.Object
  |
  +--InterfaceGraphique.PanCommandes.ButtonListener
Enclosing class:
InterfaceGraphique.PanCommandes

class InterfaceGraphique.PanCommandes.ButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listener pour les deux boutons de navigation.


Constructor Summary
(package private) InterfaceGraphique.PanCommandes.ButtonListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

InterfaceGraphique.PanCommandes.ButtonListener

InterfaceGraphique.PanCommandes.ButtonListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener