edu.rice.cs.plt.swing
Class ComposedActionListener

java.lang.Object
  extended by edu.rice.cs.plt.swing.ComposedListener<java.awt.event.ActionListener>
      extended by edu.rice.cs.plt.swing.ComposedActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ComposedActionListener
extends ComposedListener<java.awt.event.ActionListener>
implements java.awt.event.ActionListener

An ActionListener that delegates to a wrapped list of listeners.


Constructor Summary
ComposedActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class edu.rice.cs.plt.swing.ComposedListener
add, listeners, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComposedActionListener

public ComposedActionListener()
Method Detail

actionPerformed

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