Package org.refcodes.command
Class AbstractCommand<CTX,RET,E extends java.lang.Exception>
- java.lang.Object
-
- org.refcodes.command.AbstractCommand<CTX,RET,E>
-
- Type Parameters:
CTX- The context type to use, can by anyComponent, service or POJO.RET- The return type of theUndoable's proceedings.E- the element type
- All Implemented Interfaces:
Command<CTX,RET,E>
- Direct Known Subclasses:
AbstractUndoable
public abstract class AbstractCommand<CTX,RET,E extends java.lang.Exception> extends java.lang.Object implements Command<CTX,RET,E>
TheAbstractCommandimplements theUndoableinterface.
-
-
Constructor Summary
Constructors Constructor Description AbstractCommand()
-