FilterObserver

public interface FilterObserver

Interface for classes that want to be notified about changes to registered Filter instances.

Author

jwienke, swrede

Methods

notify

void notify(Filter filter, FilterAction action)

Called in case a Filter was changed.

Parameters
  • filter – the Filter that changes, not null

  • action – the action that was performed with this filter, not null