Uses of Interface
com.sun.javatest.TestResult.Observer

Packages that use TestResult.Observer
com.sun.javatest This package provides facilities for reading, executing and monitoring tests. 
 

Uses of TestResult.Observer in com.sun.javatest
 

Methods in com.sun.javatest with parameters of type TestResult.Observer
 void TestResult.addObserver(TestResult.Observer obs)
          Add an observer to watch this test result for changes.
 void TestResult.removeObserver(TestResult.Observer obs)
          Remove an observer that was previously added.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.