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 Summary

    Modifier and Type
    Method
    Description
    Gets the action identifier.
    void
    setActionID(String actionID)
    Sets the action identifier.
  • Method Details

    • getActionID

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

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