Interface CommandInfo

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    CommandInfoImpl

    public interface CommandInfo
    extends java.io.Serializable
    Command interface.
    Author:
    rbo
    • Method Detail

      • getTransition

        int getTransition()
        Returns:
        the transition
      • isEnabled

        boolean isEnabled()
        Returns:
        the enabled
      • getTransitionDescription

        java.lang.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