org.jsurveylib.model.listeners
Interface VisibilityListener

All Known Implementing Classes:
CheckboxRenderer, DropdownRenderer, FileChooserRenderer, QuestionRenderer, RadioButtonsRenderer, TextAreaRenderer, TextFieldRenderer

public interface VisibilityListener

FOR INTERNAL USE ONLY.

Listener to react on changes of the visibility state


Method Summary
 void visibilityChanged(boolean newStatus)
          The visibility status has changed
 

Method Detail

visibilityChanged

void visibilityChanged(boolean newStatus)
The visibility status has changed

Parameters:
newStatus - The new status. If true, that means the question was invisible and is now visible.