public interface GuardedTextBufferListener
| Modifier and Type | Method and Description |
|---|---|
void |
guarded(int offset, int length)
Notification that the given offset and subsequent length of characters have been marked as guarded.
|
void |
unguarded(int offset, int length)
Notification that the given offset and subsequent length of characters have been marked as unguarded.
|
void guarded(int offset,
int length)
offset -length -
void unguarded(int offset,
int length)
offset -length -