Uses of Interface
com.sun.interview.Interview.Observer
Packages that use Interview.Observer
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
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.ObserverModifier and TypeMethodDescriptionvoid
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