Package | flashx.undo |
Interface | public interface IOperation |
Implementors | FlowOperation |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Methods
Method | Defined By | ||
---|---|---|---|
Reperforms the operation. | IOperation | ||
Reverses the operation. | IOperation |
Method Detail
performRedo | () | method |
public function performRedo():void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Reperforms the operation.
The operation is also responsible for pushing itself onto the undo stack.
performUndo | () | method |
public function performUndo():void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Reverses the operation.
The operation is also responsible for pushing itself onto the redo stack.
Fri Mar 19 2010, 02:45 AM -07:00