Uses of Interface
com.sun.interview.Interview.Observer

Packages that use Interview.Observer
com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard". 
com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results. 
 

Uses of Interview.Observer in com.sun.interview
 

Methods in com.sun.interview with parameters of type Interview.Observer
 void Interview.addObserver(Interview.Observer o)
          Add an observer to monitor updates to the interview.
 boolean Interview.containsObserver(Interview.Observer o)
           
 void Interview.removeObserver(Interview.Observer o)
          Remove an observer previously registered to monitor updates to the interview.
 

Uses of Interview.Observer in com.sun.javatest.exec
 

Classes in com.sun.javatest.exec that implement Interview.Observer
 class ServiceViewer
           
 



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