Listener

interface Listener

Console 监听器.

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun onAdd(entry: Entry)

Console 输出新内容时会调用此方法.

Link copied to clipboard
abstract fun onClear()

Console 实体被清空时会调用此方法.

Link copied to clipboard
abstract fun onRemove(entry: Entry)

Console 移除实体时会调用此方法.