Package com.sun.javatest.exec
Interface InterviewEditor.Observer
- All Known Implementing Classes:
BasicSessionControl
- Enclosing class:
InterviewEditor
public static interface InterviewEditor.Observer
For private communication with SessionControl, not for broadcast outside
of core JT.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when value of interview parameters has been changedvoid
changedVisibility
(boolean isVisible, InterviewEditor source) Invoked when setVisible() method is invoked on InterviewEditor object
-
Method Details
-
changed
Invoked when value of interview parameters has been changed- Parameters:
p
- object with updated value (viewConfig)
-
changedVisibility
Invoked when setVisible() method is invoked on InterviewEditor object- Parameters:
isVisible
- argument passed to setVisible() methodsource
- editor that changed the state
-