Uses of Interface
com.sun.javatest.TestFinderQueue.Observer
Packages that use TestFinderQueue.Observer
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestFinderQueue.Observer in com.sun.javatest
Methods in com.sun.javatest with parameters of type TestFinderQueue.ObserverModifier and TypeMethodDescriptionvoid
TestFinderQueue.addObserver
(TestFinderQueue.Observer o) Add an observer to monitor the progress of the TestFinder.void
TestFinderQueue.removeObserver
(TestFinderQueue.Observer o) Remove an observer form the set currently monitoring the progress of the TestFinder.