com.intellij.ide.structureView
Interface FileEditorPositionListener


public interface FileEditorPositionListener

The listener interface which allows the structure view to receive notifications about changes to the editor selection.

See Also:
StructureViewModel.addEditorPositionListener(FileEditorPositionListener), StructureViewModel.removeEditorPositionListener(FileEditorPositionListener)

Method Summary
 void onCurrentElementChanged()
          Invoked when the selection in the editor linked to the structure view moves to a different element visible in the structure view.
 

Method Detail

onCurrentElementChanged

void onCurrentElementChanged()
Invoked when the selection in the editor linked to the structure view moves to a different element visible in the structure view.