Interface SelectionListener

All Known Implementing Classes:
EventBuffer, LinkSelectionListener

public interface SelectionListener

The interface SelectionListener defines the interface for an object that listens to changes in a vector layer.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the selection in a vector layer has changed.
  • Method Details

    • selectionChanged

      void selectionChanged(SelectionEvent e)

      Called when the selection in a vector layer has changed.

      The SelectionEvent event must be launched invoking the fireSelectionEvents method of the layer.

      Parameters:
      e - a selection event on a vector layer