no.ntnu.vegare.visualizer.client.main.filter
Class FilterController

java.lang.Object
  extended by no.ntnu.vegare.visualizer.client.main.filter.FilterController
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Handles the search and clear actions.

Author:
vegare

Constructor Summary
FilterController(AbstractLogDatabase db, LogEntrySet model, FilterPanel view)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterController

public FilterController(AbstractLogDatabase db,
                        LogEntrySet model,
                        FilterPanel view)
Method Detail

actionPerformed

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