net.sourceforge.nite.gui.textviewer
Interface NTASelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DAEditorModule, JastEditorModule, LinkDisplayModule, LinkEditorModule

public interface NTASelectionListener
extends java.util.EventListener

Listener interface to get notification of changes in the selection of an NTextArea.

Author:
Dennis Reidsma, Natasa Jovanovic, Dennis Hofs

Method Summary
 void selectionChanged()
          Called when the selection of the NTextArea is changed.
 

Method Detail

selectionChanged

void selectionChanged()
Called when the selection of the NTextArea is changed.