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 Type
    Method
    Description
    void
    Invoked when value of interview parameters has been changed
    void
    changedVisibility(boolean isVisible, InterviewEditor source)
    Invoked when setVisible() method is invoked on InterviewEditor object
  • Method Details

    • changed

      void changed(InterviewParameters p)
      Invoked when value of interview parameters has been changed
      Parameters:
      p - object with updated value (viewConfig)
    • changedVisibility

      void changedVisibility(boolean isVisible, InterviewEditor source)
      Invoked when setVisible() method is invoked on InterviewEditor object
      Parameters:
      isVisible - argument passed to setVisible() method
      source - editor that changed the state