//Solitaire/de.syntaktischer.zucker.Solitaire/Command
[jvm] interface Command
Name | Summary |
---|---|
equals | [jvm] Content open operator fun equals(other: Any?): Boolean |
execute | [jvm] Content abstract fun execute() |
hashCode | [jvm] Content open fun hashCode(): Int |
toString | [jvm] Content open fun toString(): String |
Name |
---|
Reset |
UndoableCommand |