Interface CommandInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
CommandInfoImpl

public interface CommandInfo extends Serializable
Command interface.
Author:
rbo
  • Method Details

    • getCommand

      Returns:
      the command
    • getTransition

      int getTransition()
      Returns:
      the transition
    • isEnabled

      boolean isEnabled()
      Returns:
      the enabled
    • getTransitionDescription

      String getTransitionDescription()
      Returns:
      the description of the transition
    • isReasonRequired

      boolean isReasonRequired()
      Returns:
      whether the user has to give a reason to invoking this command
    • isNextReceiverRequired

      boolean isNextReceiverRequired()
      Returns:
      whether the user has to select the next receiver