Interface TextAreaSelectionListener

    • Method Detail

      • selectionChanged

        void selectionChanged​(TextArea textArea,
                              int previousSelectionStart,
                              int previousSelectionLength)
        Called when a text area's selection state has changed.
        Parameters:
        textArea - The source of this event.
        previousSelectionStart - Where the selection used to start.
        previousSelectionLength - The previous selection length.