SLModeManager

interface SLModeManager

Described a mode manager. You can create a custom implementation if you want to control the mode. Otherwise the default mode manager will be used.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun getMode(): SLMode
Link copied to clipboard
abstract fun onNewResults(results: List<SLPipeResult>)
Link copied to clipboard
abstract fun start()
Link copied to clipboard
abstract fun stop()