cometa.gui
Class MyActionListener

java.lang.Object
  extended by cometa.gui.MyActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.util.EventListener

public abstract class MyActionListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.io.Serializable

An abstract class that implements the Serializable interface.

See Also:
Serialized Form

Constructor Summary
MyActionListener()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

MyActionListener

public MyActionListener()