sjrd.tricktakinggame.gui.client
Class ClientPanel.UpdateStatusTimerListener

java.lang.Object
  extended by sjrd.tricktakinggame.gui.client.ClientPanel.UpdateStatusTimerListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
ClientPanel

private class ClientPanel.UpdateStatusTimerListener
extends Object
implements ActionListener

Listener pour le timer de mise à jour du statut du client

Author:
sjrd

Constructor Summary
private ClientPanel.UpdateStatusTimerListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPanel.UpdateStatusTimerListener

private ClientPanel.UpdateStatusTimerListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)

Specified by:
actionPerformed in interface ActionListener