|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--graphics.panel.QuickPanel.GestionScenarioPlayerAction
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 |
protected QuickPanel.GestionScenarioPlayerAction()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |