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. |
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.
Copyright © 2008-2010 University of Manitoba.