Interface SelectionChangeListener

All Superinterfaces:
EventListener

public interface SelectionChangeListener extends EventListener
Receives selection change events. Author J. H. S.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives a selection change event.
  • Method Details

    • selectionChanged

      void selectionChanged(SelectionChangeEvent event)
      Receives a selection change event. This method may be assumed to execute in the GUI thread.
      Parameters:
      event - A SelectionChangeEvent instance.