Site hosted at byteslooser and Grasia! mirrors.


com.byteslooser.filters
Interface IFilterObserver

All Known Implementing Classes:
AbstractComposedFilter, AndFilter, NotFilter, OrFilter, TableFilter

public interface IFilterObserver

A IFilterObserver instance receives notifications when the associated IFilterObservable instance updates the held filter.

Author:
Luis M Pena - byteslooser@gmail.com

Method Summary
 void filterUpdated(IFilterObservable obs, RowFilter newValue)
          Notification made by the observer when the associated IFilterObservable instance updates the held filter.
 

Method Detail

filterUpdated

void filterUpdated(IFilterObservable obs,
                   RowFilter newValue)

Notification made by the observer when the associated IFilterObservable instance updates the held filter.