Package com.adobe.granite.taskmanagement
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActionID()
Gets the action identifier.void
setActionID(java.lang.String actionID)
Sets the action identifier.
-
-
-
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.
-
-