graphics.panel
Class QuickPanel.GestionScenarioPlayerAction

java.lang.Object
  |
  +--graphics.panel.QuickPanel.GestionScenarioPlayerAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
QuickPanel

protected class QuickPanel.GestionScenarioPlayerAction
extends java.lang.Object
implements java.awt.event.ActionListener

protected class GestionPingPongAction implements ActionListener{ public void actionPerformed(ActionEvent e){ gestionUDPServeur.gestionPingPong(); } }// fin class GestionPingPongAction protected class GestionEnvoiMessagesAction implements ActionListener{ public void actionPerformed(ActionEvent e){ gestionUDPServeur.gestionEnvoiMessages(); } }


Constructor Summary
protected QuickPanel.GestionScenarioPlayerAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickPanel.GestionScenarioPlayerAction

protected QuickPanel.GestionScenarioPlayerAction()
Method Detail

actionPerformed

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