BioLegato 0.7.0 GDE Canvas plugin

org.biolegato.gdesupport.canvas.listeners
Interface CursorListener

All Known Implementing Classes:
GDECanvas

public interface CursorListener

Used to communicate changes in the canvas cursor position.

Author:
Graham Alvare, Brian Fristensky

Method Summary
 void cursorChange(BLTextArea source, int column, int row)
          Communicates a change in cursor position.
 

Method Detail

cursorChange

void cursorChange(BLTextArea source,
                  int column,
                  int row)
Communicates a change in cursor position.

Parameters:
source - the source of the cursor change.
column - the new column co-ordinate of the cursor.
row - the new row co-ordinate of the cursor.

BioLegato 0.7.0 GDE Canvas plugin

Copyright © 2008-2010 University of Manitoba.