onDocumentMutation abstract method

void onDocumentMutation(
  1. String nodeId,
  2. int fromOffset,
  3. int delta
)

Notifies the provider that the text of nodeId was mutated. fromOffset is the point where characters were inserted or deleted. delta is positive for insertions, negative for deletions.

Implementation

void onDocumentMutation(String nodeId, int fromOffset, int delta);