graphics.panel
Class QuickPanel.GestionPingPongAction

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

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

protected class ArreterCouperAction implements ActionListener{ public void actionPerformed(ActionEvent e){ if (type==server){ gestionUDPServeur.fermerConnexions(); } else{ gestionUDPClient.fermerConnexion(); } } }// fin class ArreterCouperAction protected class ArreterQuitterAction implements ActionListener{ public void actionPerformed(ActionEvent e){ System.exit(0); } }// fin class ArreterQuitterAction


Constructor Summary
protected QuickPanel.GestionPingPongAction()
           
 
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.GestionPingPongAction

protected QuickPanel.GestionPingPongAction()
Method Detail

actionPerformed

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