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);
}
/**
* Sets the stack name.