com.intellij.ide.structureView
Interface ModelListener


public interface ModelListener

The listener interface which allows the structure view to receive notification about changes to data shown in the structure view.

See Also:
StructureViewModel.addModelListener(ModelListener), StructureViewModel.removeModelListener(ModelListener)

Method Summary
 void onModelChanged()
          Invoked when the data represented by the structure view is changed and the structure view needs to be rebuilt.
 

Method Detail

onModelChanged

void onModelChanged()
Invoked when the data represented by the structure view is changed and the structure view needs to be rebuilt.