Interface FilterHandler
-
public interface FilterHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <X> voidaddChild(IvMFilterTreeNodeView<X> parent, boolean selectNewChild)voidfilterChanged(IvMFilterTreeNodeView<?> nodeView)
-
-
-
Method Detail
-
filterChanged
void filterChanged(IvMFilterTreeNodeView<?> nodeView)
-
addChild
<X> void addChild(IvMFilterTreeNodeView<X> parent, boolean selectNewChild)
-
-