|
|
Scala 2.3.3
|
abstract
trait
Undoable
extends java.lang.Object
with scala.ScalaObject
Undoable class provide an operation
undo which can be used to undo the last operation.| Def Summary | |
abstract
|
def
undo
: scala.Unit
Undo the last operation. |
| Def Detail |