Uses of Class
com.sun.javatest.ObservableTestFilter
Packages that use ObservableTestFilter
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of ObservableTestFilter in com.sun.javatest
Subclasses of ObservableTestFilter in com.sun.javatestModifier and TypeClassDescriptionclassThis filter designed to show only the results from the last test run.classThis 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 ObservableTestFilterModifier and TypeMethodDescriptionvoidObservableTestFilter.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).