Uses of Interface
com.sun.javatest.exec.Session.Observer
-
Packages that use Session.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 Session.Observer in com.sun.javatest.exec
Subinterfaces of Session.Observer in com.sun.javatest.exec Modifier and Type Interface Description static interfaceBasicSession.OrderedObserverExtension to the Observer interface for those classes which are sensitive to the order of notifying.Classes in com.sun.javatest.exec that implement Session.Observer Modifier and Type Class Description classBasicSessionControlClass that encapsulate logic of user's actions on update session: operations on configuration and work directory.protected classBasicSessionControl.SessionViewclassContextManagerThe context manager provides an interface for customization of the user interface and control over certain parameters of harness operation.classET_FilterHandlerThis class handles all the special filter juggling that exec tool needs to do.classExecToolFields in com.sun.javatest.exec with type parameters of type Session.Observer Modifier and Type Field Description protected java.util.List<Session.Observer>BasicSession. observersList of registered observersMethods in com.sun.javatest.exec with parameters of type Session.Observer Modifier and Type Method Description voidBasicSession. addObserver(Session.Observer obs)voidSession. addObserver(Session.Observer obs)Registers the observer.voidBasicSession. removeObserver(Session.Observer obs)voidSession. removeObserver(Session.Observer obs)Unregisters the observer.
-