Class AbstractUndoable<CTX,RET,E extends Exception>

java.lang.Object
org.refcodes.command.AbstractCommand<CTX,RET,E>
org.refcodes.command.AbstractUndoable<CTX,RET,E>
Type Parameters:
CTX - The context type to use, can by any Component, service or POJO.
RET - The return type of the Undoable's proceedings.
E - the element type
All Implemented Interfaces:
Command<CTX,RET,E>, Undoable<CTX,RET,E>

public abstract class AbstractUndoable<CTX,RET,E extends Exception> extends AbstractCommand<CTX,RET,E> implements Undoable<CTX,RET,E>
The AbstractUndoable implements the Undoable interface.