Interface BufferListener
- All Superinterfaces:
EventListener
Interface for listeners for changes of
Buffer contents.-
Method Summary
Modifier and TypeMethodDescriptionvoidA line has been added to the buffer.voidA line has been replaced at the end of the buffer.voidlinesRemoved(@NotNull List<Line> lines) Some lines have been removed from the buffer.
-
Method Details
-
lineAdded
void lineAdded()A line has been added to the buffer. -
lineReplaced
void lineReplaced()A line has been replaced at the end of the buffer. -
linesRemoved
Some lines have been removed from the buffer.- Parameters:
lines- the lines that have been removed from the beginning of the buffer
-