CommandRegistryImpl

Thread-safe command registry.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addListener(listener: () -> Unit)
Link copied to clipboard
open override fun get(name: String): Command?
Link copied to clipboard
open override fun register(command: Command)
fun register(command: Command, ownerId: String)
Link copied to clipboard
Link copied to clipboard
open override fun unregister(name: String)