onDocumentMutation abstract method
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);