GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
UNDOABLE_COMMAND
+
Point of view
All features
ANY
All features
deferred class UNDOABLE_COMMAND
Summary
top
Another useful Command, that can be undone.
Direct parents
Inherit list:
COMMAND
Overview
top
Features
{
ANY
}
undo
:
COMMAND
A command that makes the execution of Current undone.
{
ANY
}
execute
Execute the command.
undo
:
COMMAND
deferred function
{
ANY
}
top
A command that makes the execution of Current undone.
execute
deferred procedure
{
ANY
}
top
Execute the command.