Package | flashx.undo |
Interface | public interface IOperation |
Implementors | FlowOperation |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Method | Defined By | ||
---|---|---|---|
performRedo():void
Reperforms the operation. | IOperation | ||
performUndo():void
Reverses the operation. | IOperation |
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.