Interface CursorListener


public interface CursorListener
Listener interface for receiving cursor movement events.
Author:
jdenise@redhat.com
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    moved(Line line)
    Called when the cursor has moved to a new position.
  • Method Details

    • moved

      void moved(Line line)
      Called when the cursor has moved to a new position.
      Parameters:
      line - the line information associated with the cursor movement