Uses of Interface
editor.models.changeListeners.QuestionListChangedListener

Packages that use QuestionListChangedListener
editor.graphics.editorPanels   
editor.models   
 

Uses of QuestionListChangedListener in editor.graphics.editorPanels
 

Classes in editor.graphics.editorPanels that implement QuestionListChangedListener
 class QuestionEditor
           
 

Uses of QuestionListChangedListener in editor.models
 

Methods in editor.models with parameters of type QuestionListChangedListener
 void WorldObjectLists.addQuestionListener(QuestionListChangedListener listener)
          Adds Listener to list of listeners.
 void WorldObjectLists.removeQuestionListener(QuestionListChangedListener listener)
          Removes Listener from list of listeners.