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
 void updated(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


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.