javax.swing.event
Interface CaretListener

All Superinterfaces:
EventListener

 

All Known Implementing Classes

JTextComponent.AccessibleJTextComponent
public interface CaretListener
extends EventListener

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

 

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