Package org.refcodes.command


package org.refcodes.command
This artifact provides you means to implement your custom commands as of the command pattern. Basically a command can be seen as a method turned inside out. In case you enrich this command with undo functionality, you can create an undo stack for your applications.

Please refer to the refcodes-command: Do the undo documentation for an up-to-date and detailed description on the usage of this artifact.