Uses of Interface
com.sun.javatest.exec.InterviewEditor.Observer
-
Packages that use InterviewEditor.Observer Package Description 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 InterviewEditor.Observer in com.sun.javatest.exec
Classes in com.sun.javatest.exec that implement InterviewEditor.Observer Modifier and Type Class Description class
BasicSessionControl
Class that encapsulate logic of user's actions on update session: operations on configuration and work directory.Methods in com.sun.javatest.exec with parameters of type InterviewEditor.Observer Modifier and Type Method Description void
InterviewEditor. addObserver(InterviewEditor.Observer o)
Registers new observervoid
InterviewEditor. removeObserver(InterviewEditor.Observer o)
Removes observer from the list
-