CTX - The context type to use, can by any Component, service
or POJO.RET - The return type of the Undoable's proceedings.public abstract class AbstractCommand<CTX,RET,E extends Exception> extends Object implements Command<CTX,RET,E>
AbstractCommand implements the Undoable interface.| Constructor and Description |
|---|
AbstractCommand() |
Copyright © 2015. All rights reserved.