PureMVC Framework for haXe: API Documentation
Back | Index
class org.puremvc.haxe.utilities.undo.controller.UndoableMacroCommandBase
extends UndoableCommandBase
implements org.puremvc.haxe.utilities.undo.interfaces.IUndoableCommand
implements org.puremvc.haxe.interfaces.ICommand
implements org.puremvc.haxe.interfaces.INotifier
UndoableMacroCommandBase gives you the posibility to create a chain of simple commands instead of a single command.
function new() : Void
Back | Index