JIDE 3.5.15

com.jidesoft.editor.selection
Interface SelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CodeEditor, CodeEditorSelectionFindAndReplaceTarget

public interface SelectionListener
extends EventListener

The listener interface for receiving selection change event in SelectionModel.


Method Summary
 void selectionChanged(SelectionEvent e)
          Called when selection changed.
 

Method Detail

selectionChanged

void selectionChanged(SelectionEvent e)
Called when selection changed.

Parameters:
e -

JIDE 3.5.15