Uses of Interface
com.sun.javatest.TestResultTable.Observer
Packages that use TestResultTable.Observer
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestResultTable.Observer in com.sun.javatest
Methods in com.sun.javatest with parameters of type TestResultTable.ObserverModifier and TypeMethodDescriptionvoid
TestResultTable.addObserver
(TestResultTable.Observer o) Add a general purpose observer.void
TestResultTable.removeObserver
(TestResultTable.Observer o) Remove a general purpose observer.