net.coderazzi.filters
Interface IFilterObserver

All Known Implementing Classes:
AndFilter, ComposedFilter, FiltersHandler, NotFilter, OrFilter

public interface IFilterObserver

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

Author:
Luis M Pena - lu@coderazzi.net

Method Summary
 void filterUpdated(IFilter obs)
          Notification made by the observer when the associated IFilter instance updates the held filter.
 

Method Detail

filterUpdated

void filterUpdated(IFilter obs)

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