Interface SelectionListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    LayerManager

    public interface SelectionListener
    extends java.util.EventListener
    Defines an interface for listening to selection changes. Selection events are fired by the SelectionManager. Components can listen to such events by implementing the SelectionListener interface.
    • Method Detail

      • selectionChanged

        void selectionChanged​(SelectionEvent evt)
        This method is called when a selection event is fired.
        Parameters:
        evt -