com.sciapp.filter
Interface TableFilterListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
FilterTableModel

public interface TableFilterListener
extends EventListener

TableFilterListener is the listener that is notified when filtering of the row data of a JTable has been requested or cancelled.


Method Summary
 void filter(TableFilter tableFilter)
          Called whenever filtering of data has been requested.
 void removeFilter()
          Called whenever filtering of data has been cancelled.
 

Method Detail

filter

void filter(TableFilter tableFilter)
Called whenever filtering of data has been requested.

Parameters:
tableFilter - the TableFilter used to filter the data

removeFilter

void removeFilter()
Called whenever filtering of data has been cancelled.