jve.generated
Interface IFilterBinder.FilterChangeListener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
IFilterBinder

public static interface IFilterBinder.FilterChangeListener
extends java.util.EventListener

Interface used to register for filter change notification.


Method Summary
 void filterChange(IFilterBinder.FilterChangeEvent evt)
          filterChange is called when the value of the filter is changed.
 

Method Detail

filterChange

public void filterChange(IFilterBinder.FilterChangeEvent evt)
filterChange is called when the value of the filter is changed. The registered listener should most likely reevaluate its filtered values based on the new filter.

Parameters:
evt - the FilterChangeEvent