Class CommandContext

  • All Implemented Interfaces:
    Serializable

    public class CommandContext
    extends Object
    implements Serializable
    Data holder for any contextual data that shall be given to the command upon execution. Important note that every object that is added to the data container must be serializable meaning it must implement java.io.Seriazliable
    See Also:
    Serialized Form