api: add method to remove MessageNodes
Co-authored-by: trimbe <benno.tremback@gmail.com>
This commit is contained in:
@@ -44,4 +44,11 @@ public interface ChatLineBuffer
|
||||
* @return the length
|
||||
*/
|
||||
int getLength();
|
||||
|
||||
/**
|
||||
* Removes a message node
|
||||
*
|
||||
* @param node the {@link MessageNode} to remove
|
||||
*/
|
||||
void removeMessageNode(MessageNode node);
|
||||
}
|
||||
Reference in New Issue
Block a user