org.xwiki.gwt.wysiwyg.client.plugin.history.exec
Class AbstractHistoryExecutable
java.lang.Object
org.xwiki.gwt.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable
- All Implemented Interfaces:
- Executable
- Direct Known Subclasses:
- RedoExecutable, UndoExecutable
public abstract class AbstractHistoryExecutable
- extends Object
- implements Executable
Abstract history executable.
- Version:
- $Id: b0d9358b8cb0bd135a3920cd913d39f3d27671fe $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHistoryExecutable
public AbstractHistoryExecutable(History history)
- Creates a new history executable that will be using the given history.
- Parameters:
history - the history to use
getHistory
protected History getHistory()
- Returns:
- the history used by this executable
Copyright © 2004-2013 XWiki. All Rights Reserved.