edu.utep.cs.jet.gui.editor
Interface LineChangeListener
public interface LineChangeListener
A listener interface to notify the changes of line and column
numbers of the document being edited by the editor.
- Author:
- Yoonsik Cheon
|
Method Summary |
void |
lineChanged(int line,
int column)
Called when the line or column number was changed. |
lineChanged
void lineChanged(int line,
int column)
- Called when the line or column number was changed.
JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.