Package com.sun.javatest.exec
Interface Session.Observer
- All Known Subinterfaces:
BasicSession.OrderedObserver
- All Known Implementing Classes:
BasicSessionControl,BasicSessionControl.SessionView,ContextManager,ET_FilterHandler,ExecTool
- Enclosing interface:
Session
public static interface Session.Observer
Interface for observers of the Session state.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdated(Session.Event ev) Invoked when state of config has changed
-
Method Details
-
updated
Invoked when state of config has changed- Parameters:
ev- - Event describing the change
-