Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.gui.log.BufferListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.gui.log.BufferListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.gui.log.BufferListener:
Collaboration graph

Public Member Functions

void lineAdded ()
 
void lineReplaced ()
 
void linesRemoved (@NotNull List< Line > lines)
 

Detailed Description

Interface for listeners for changes of Buffer contents.

Author
Andreas Kirschbaum

Definition at line 33 of file BufferListener.java.

Member Function Documentation

◆ lineAdded()

void com.realtime.crossfire.jxclient.gui.log.BufferListener.lineAdded ( )

A line has been added to the buffer.

◆ lineReplaced()

void com.realtime.crossfire.jxclient.gui.log.BufferListener.lineReplaced ( )

A line has been replaced at the end of the buffer.

◆ linesRemoved()

void com.realtime.crossfire.jxclient.gui.log.BufferListener.linesRemoved ( @NotNull List< Line lines)

Some lines have been removed from the buffer.

Parameters
linesthe lines that have been removed from the beginning of the buffer

The documentation for this interface was generated from the following file: