22 package com.realtime.crossfire.jxclient.gui.log;
24 import java.util.EventListener;
25 import java.util.List;
26 import org.jetbrains.annotations.NotNull;
void lineAdded()
A line has been added to the buffer.
void linesRemoved(@NotNull List< Line > lines)
Some lines have been removed from the buffer.
Interface for listeners for changes of Buffer contents.
void lineReplaced()
A line has been replaced at the end of the buffer.