Class AbstractCommand<CTX,RET,E extends java.lang.Exception>

  • 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>
    Direct Known Subclasses:
    AbstractUndoable


    public abstract class AbstractCommand<CTX,RET,E extends java.lang.Exception>
    extends java.lang.Object
    implements Command<CTX,RET,E>
    The AbstractCommand implements the Undoable interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractCommand​()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractCommand

        public AbstractCommand​()