Interface TaskAction


  • public interface TaskAction
    A TaskAction instance represents one of many possible gestures that a user can take on a Task, which then results in the Task being completed.
    • Method Detail

      • getActionID

        java.lang.String getActionID()
        Gets the action identifier.
        Returns:
        String containing the action Identifier.
      • setActionID

        void setActionID​(java.lang.String actionID)
        Sets the action identifier. Not necessarily a user friendly string.
        Parameters:
        actionID - String containing the action identifier.