Package com.iizigo.swt
Interface IFilterListener
-
- All Known Implementing Classes:
EndNodeTextFilter
,PropertyEditor
,TablePanel
,TextTableEditor
public interface IFilterListener
Filter listener interface.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFilter(java.lang.String text)
Called when a filter text has been applied.
-