com.japisoft.xmlpad
Interface CaretListener

All Superinterfaces:
java.util.EventListener

public interface CaretListener
extends java.util.EventListener

Notify the current caret location

Version:
1.0
Author:
(c) 2003 JAPISoft / Alexandre Brillant

Method Summary
 void caretLocation(int col, int line)
          Notify the current caret location
 

Method Detail

caretLocation

public void caretLocation(int col,
                          int line)
Notify the current caret location