Uses of Interface
com.sun.interview.Interview.Observer
-
Packages that use Interview.Observer Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
ServiceViewer
-