SequencedTextControllerListener

Provides an interface for listeners to SequencedTextController events.

Functions

Link copied to clipboard
abstract fun finishedFrame(frame: TextFrame)

Invokes the listener when finished sequencing the specified frame.

Link copied to clipboard
abstract fun startedFrame(frame: TextFrame)

Invokes the listener when started sequencing the specified frame.

Link copied to clipboard
abstract fun waitFor()

Wait for an acknowledgement.