ThinkListener

fun interface ThinkListener

Provides an interface for listeners to think events.

Functions

Link copied to clipboard
abstract fun think(character: Character, line: String)

Invoke the listener with a specified character and line.