Uses of Interface
com.sun.javatest.TestResultTable.Observer
-
Packages that use TestResultTable.Observer Package Description com.sun.javatest 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.Observer Modifier and Type Method Description void
TestResultTable. addObserver(TestResultTable.Observer o)
Add a general purpose observer.void
TestResultTable. removeObserver(TestResultTable.Observer o)
Remove a general purpose observer.
-