gameIHM
Class CloseTimer.CloseListener

java.lang.Object
  |
  +--gameIHM.CloseTimer.CloseListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
CloseTimer

public class CloseTimer.CloseListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
CloseTimer.CloseListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          method :CloseListener actionPerformed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseTimer.CloseListener

public CloseTimer.CloseListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
method :CloseListener actionPerformed

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
arg0 -
Since:
15 mai 03 at 10:39:04
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)