MutableAction

interface MutableAction<H> : Action<H>

Deprecated

use kevlar instead

Inheritors

Properties

Link copied to clipboard
abstract override var handler: H
Link copied to clipboard
abstract val key: String
Link copied to clipboard
abstract val name: String