javax.swing.event
Interface CaretListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HTMLEditorKit.NavigateLinkAction, JTextComponent.AccessibleJTextComponent, StyledEditorKit.AttributeTracker

public interface CaretListener
extends EventListener

Listener for changes in the caret position of a text component.

Author:
Timothy Prinzing

Method Summary
 void caretUpdate(CaretEvent e)
          Called when the caret position is updated.
 

Method Detail

caretUpdate

public void caretUpdate(CaretEvent e)
Called when the caret position is updated.

Parameters:
e - the caret event