Interface TextNodeListener

    • Method Detail

      • charactersInserted

        void charactersInserted​(TextNode textNode,
                                int index,
                                int count)
        Called when characters have been inserted into a text node.
        Parameters:
        textNode - The text node that changed.
        index - Starting index of the insertion.
        count - Count of characters inserted.
      • charactersRemoved

        void charactersRemoved​(TextNode textNode,
                               int index,
                               int count)
        Called when characters have been removed from a text node.
        Parameters:
        textNode - The text node that changed.
        index - Starting index of the text removed.
        count - Count of characters removed.