Interface CommandAware


public interface CommandAware
An interface to be implemented by a CommandErrorHandler, CommandInputHandler or CommandOutputHandler that wishes to be provided the Command it will be processing. The command will be set before the handler's relevant process method is called.
Since:
6.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCommand(Command<?> command)
    Called prior to process to provide the Command the handler will be processing.