Interface SelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JGVTComponent.UnixTextSelectionListener, SelectionAdapter, TextSelectionManager.TextSelectionListener

public interface SelectionListener extends EventListener
The listener interface for receiving selection events.
  • Method Details

    • selectionChanged

      void selectionChanged(SelectionEvent evt)
      Invoked when a selection has changed.
      Parameters:
      evt - the selection change event
    • selectionDone

      void selectionDone(SelectionEvent evt)
      Invoked when a selection is done.
      Parameters:
      evt - the selection change event
    • selectionCleared

      void selectionCleared(SelectionEvent evt)
      Invoked when a selection is cleared.
      Parameters:
      evt - the selection change event
    • selectionStarted

      void selectionStarted(SelectionEvent evt)
      Invoked when a selection started.
      Parameters:
      evt - the selection change event