|
Scala 2.4.0-RC1
|
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 |