Package com.sun.javatest.exec
Interface FilterConfig.Observer
- Enclosing class:
FilterConfig
public static interface FilterConfig.Observer
Observe changes to the state of the view. The changes to the view state
will generally be the result of user actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Removing the active filter will result in an exception.void
The state of the given filter has changed.
-
Method Details
-
filterUpdated
The state of the given filter has changed. -
filterAdded
-
filterRemoved
Removing the active filter will result in an exception.
-