Package org.jrebirth.af.undoredo.service

Examples of org.jrebirth.af.undoredo.service.UndoRedoService


     */
    @Override
    protected void perform(final Wave wave) throws CommandException {

        this.stackName = wave.get(UndoRedoWaves.STACK_NAME);
        final UndoRedoService service = getService(UndoRedoService.class, this.stackName);

        this.undoableCommand = wave.get(UndoRedoWaves.UNDOABLE_COMMAND);
        service.stackUp(this.undoableCommand);

    }
View Full Code Here

TOP

Related Classes of org.jrebirth.af.undoredo.service.UndoRedoService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.