Package com.sun.javatest.exec
Interface FilterConfig.Observer
-
- Enclosing class:
- FilterConfig
public static interface FilterConfig.ObserverObserve changes to the state of the view. The changes to the view state will generally be the result of user actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfilterAdded(TestFilter f)voidfilterRemoved(TestFilter f)Removing the active filter will result in an exception.voidfilterUpdated(TestFilter f)The state of the given filter has changed.
-
-
-
Method Detail
-
filterUpdated
void filterUpdated(TestFilter f)
The state of the given filter has changed.
-
filterAdded
void filterAdded(TestFilter f)
-
filterRemoved
void filterRemoved(TestFilter f)
Removing the active filter will result in an exception.
-
-