JIDE 3.5.15

com.jidesoft.filter
Interface ValueFilterListener<E>

Type Parameters:
E - the type of elements that can be filtered.

public interface ValueFilterListener<E>

The listener interface for receiving "interesting" events about filtering.


Method Summary
 void valueFilterChanged(ValueFilterEvent<E> event)
          Called whenever the value of the filter changes.
 

Method Detail

valueFilterChanged

void valueFilterChanged(ValueFilterEvent<E> event)
Called whenever the value of the filter changes.

Parameters:
event - the event that characterizes the change.

JIDE 3.5.15