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 classLastRunFilterThis filter designed to show only the results from the last test run.classParameterFilterThis 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 voidObservableTestFilter.Observer. filterUpdated(ObservableTestFilter filter)A notification message that is called when the filter has been changed.protected voidObservableTestFilter. notifyUpdated(ObservableTestFilter filter)Notify observers that this filter has changed it's internal state (behavior).
-