public interface IFilterObserver
A IFilterObserver instance receives notifications when the associated
IFilter
instance updates the held filter.
Modifier and Type | Method and Description |
---|---|
void |
filterUpdated(IFilter obs)
Notification made by the observer when the associated
IFilter instance updates the held filter. |