CommandRegistry

interface CommandRegistry

Registers commands and resolves them by name.

Functions

Link copied to clipboard
abstract fun get(name: String): Command?
Link copied to clipboard
abstract fun register(command: Command)
Link copied to clipboard
abstract fun unregister(name: String)