Package com.sun.javatest
Interface ObservableTestFilter.Observer
-
- Enclosing class:
- ObservableTestFilter
public static interface ObservableTestFilter.Observer
An observer that is notified when the filter has been changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
filterUpdated(ObservableTestFilter filter)
A notification message that is called when the filter has been changed.
-
-
-
Method Detail
-
filterUpdated
void filterUpdated(ObservableTestFilter filter)
A notification message that is called when the filter has been changed.- Parameters:
filter
- The filter that has been changed
-
-