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

All Known Implementing Classes:
DataMemberTree, ItemTree

public interface ItemFilterListener

Listener interface for components that use the item filter manager class (ItemFilterMgr).

Author:
Heiko Erhardt

Method Summary
 void applyFilter(ItemFilterMgr mgr, ItemFilter filter)
          Called if the current item filter settings have changed, i\.e\. the item filters should be (re-)applied.
 

Method Detail

applyFilter

void applyFilter(ItemFilterMgr mgr,
                 ItemFilter filter)
Called if the current item filter settings have changed, i\.e\. the item filters should be (re-)applied.

Parameters:
mgr - Item filter manager that issues the event
filter - Item filter that has changed or null


Copyright © 2011. All Rights Reserved.