Uses of Interface
com.sun.javatest.TestFinderQueue.Observer
-
Packages that use TestFinderQueue.Observer Package Description com.sun.javatest 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.Observer Modifier and Type Method Description void
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.
-