Uses of Class
com.sun.javatest.ObservableTestFilter
-
Packages that use ObservableTestFilter Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests. -
-
Uses of ObservableTestFilter in com.sun.javatest
Subclasses of ObservableTestFilter in com.sun.javatest Modifier and Type Class Description class
LastRunFilter
This filter designed to show only the results from the last test run.class
ParameterFilter
This filter knows how to deal with the the Parameters interface to get the necessary filtering effect.Methods in com.sun.javatest with parameters of type ObservableTestFilter Modifier and Type Method Description void
ObservableTestFilter.Observer. filterUpdated(ObservableTestFilter filter)
A notification message that is called when the filter has been changed.protected void
ObservableTestFilter. notifyUpdated(ObservableTestFilter filter)
Notify observers that this filter has changed it's internal state (behavior).
-