Interface TextArea.ParagraphListener

    • Method Detail

      • textInserted

        void textInserted​(TextArea.Paragraph paragraph,
                          int index,
                          int count)
        Called when text has been inserted into a paragraph.
        Parameters:
        paragraph - The source of the event.
        index - The index at which the text was inserted.
        count - The number of characters that were inserted.
      • textRemoved

        void textRemoved​(TextArea.Paragraph paragraph,
                         int index,
                         int count)
        Called when characters have been removed from a paragraph.
        Parameters:
        paragraph - The source of the event.
        index - The index from which the text was removed.
        count - The number of characters that were removed.