public interface IEditorListener2 extends IEditorListener
Editor.addListener(IEditorListener)
,
Editor.removeListener(IEditorListener)
Modifier and Type | Method and Description |
---|---|
void |
activeBlockChanged(Editor editor,
java.lang.String blockId)
Invoked when the active block has changed.
|
void |
selectionChanged(Editor editor,
java.lang.String[] blockIds)
Invoked when the selection has changed.
|
contentChanged, onError, partChanged, partChanging
void selectionChanged(Editor editor, java.lang.String[] blockIds)
editor
- the editor that performed the selection change.blockIds
- the identifiers of the selected blocks.void activeBlockChanged(Editor editor, java.lang.String blockId)
editor
- the editor that performed the selection change.blockId
- the identifier of the active block.