com.jaxfront.swing.ui.visualizers
Class ListActionListenerWrapper

java.lang.Object
  extended by com.jaxfront.swing.ui.visualizers.ListActionListenerWrapper
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ListActionListenerWrapper
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ListActionListenerWrapper(int type, java.awt.event.ActionListener actionListener)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 boolean equals(java.lang.Object obj)
           
 int getActionType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListActionListenerWrapper

public ListActionListenerWrapper(int type,
                                 java.awt.event.ActionListener actionListener)
Method Detail

actionPerformed

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getActionType

public int getActionType()