SpeakListener

fun interface SpeakListener

Provides an interface for listeners to speak events.

Functions

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

Invoke the listener with a specified character and line.