com.vaadin.addon.jpacontainer.filter.util
Interface AdvancedFilterableSupport.ApplyFiltersListener

All Superinterfaces:
Serializable
Enclosing class:
AdvancedFilterableSupport

public static interface AdvancedFilterableSupport.ApplyFiltersListener
extends Serializable

ApplyFiltersListener interface to be implemented by classes that want to be notified when the filters are applied.

Since:
1.0
Author:
Petter Holmström (Vaadin Ltd)

Method Summary
 void filtersApplied(AdvancedFilterableSupport sender)
          Called when the filters have been applied.
 

Method Detail

filtersApplied

void filtersApplied(AdvancedFilterableSupport sender)
Called when the filters have been applied.

Parameters:
sender - the sender of the event.


Copyright © 2013 Vaadin Ltd. All rights reserved.