onDocumentMutation abstract method

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

Shifts existing annotations after a document mutation.

Implementation

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