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.ObserverInterface for observers of the Session state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdated(Session.Event ev)Invoked when state of config has changed
-
-
-
Method Detail
-
updated
void updated(Session.Event ev)
Invoked when state of config has changed- Parameters:
ev- - Event describing the change
-
-