Interface SelectionListener

    • Method Detail

      • 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