javax.swing.event
Interface CaretListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.StyledEditorKit.AttributeTracker

public interface CaretListener
extends EventListener

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

Version:
1.7 12/03/01
Author:
Timothy Prinzing

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

Method Detail

caretUpdate

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

Parameters:
e - the caret event


comments?