JET

edu.utep.cs.et.gui.editor
Interface LineChangeListener

All Known Implementing Classes:
DefaultStatusBar

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.
 

Method Detail

lineChanged

void lineChanged(int line,
                 int column)
Called when the line or column number was changed.


JET

JET is Copyright (C) 2005-2007 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.