com.jeantessier.dependencyfinder.gui
Class FilterActionListener

java.lang.Object
  |
  +--com.jeantessier.dependencyfinder.gui.FilterActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable

public class FilterActionListener
extends java.lang.Object
implements java.lang.Runnable, java.awt.event.ActionListener


Constructor Summary
FilterActionListener(OOMetrics model)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterActionListener

public FilterActionListener(OOMetrics model)
Method Detail

actionPerformed

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

run

public void run()
Specified by:
run in interface java.lang.Runnable