org.openbp.guiclient.model.item.itemfilter
Interface ItemFilterHolder

All Known Implementing Classes:
ItemFilterMgr

public interface ItemFilterHolder

An item filter holder is a component that 'employs' an item filter. It will be notified by the item filter if the filter settings change.

Author:
Heiko Erhardt

Method Summary
 void apply(ItemFilter filter)
          (Re-)applies the filter.
 Plugin getPlugin()
          Gets the plugin the item filter holder is associated with (to be used as event source).
 

Method Detail

getPlugin

Plugin getPlugin()
Gets the plugin the item filter holder is associated with (to be used as event source).


apply

void apply(ItemFilter filter)
(Re-)applies the filter. This method will be called after the status of a filter has changed.

Parameters:
filter - Filter that wishes to be applied or null


Copyright © 2011. All Rights Reserved.