Interface CursorListener
public interface CursorListener
Listener interface for receiving cursor movement events.
- Author:
- jdenise@redhat.com
-
Method Summary
-
Method Details
-
moved
Called when the cursor has moved to a new position.- Parameters:
line- the line information associated with the cursor movement
-