javax.swing.event
Interface CaretListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JEditorPane.AccessibleJEditorPane, JEditorPane.AccessibleJEditorPaneHTML, JEditorPane.JEditorPaneAccessibleHypertextSupport, JPasswordField.AccessibleJPasswordField, JTextArea.AccessibleJTextArea, JTextComponent.AccessibleJTextComponent, JTextField.AccessibleJTextField

public interface CaretListener
extends EventListener

CaretListener public interface


Method Summary
 void caretUpdate(CaretEvent event)
          Caret position has been updated
 

Method Detail

caretUpdate

void caretUpdate(CaretEvent event)
Caret position has been updated

Parameters:
event - Caret Event