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 TypeClassDescriptionclass
This filter designed to show only the results from the last test run.class
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 ObservableTestFilterModifier and TypeMethodDescriptionvoid
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).