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
Modifier and TypeMethodDescriptionGets the action identifier.voidsetActionID(String actionID) Sets the action identifier.
-
Method Details
-
getActionID
String getActionID()Gets the action identifier.- Returns:
- String containing the action Identifier.
-
setActionID
Sets the action identifier. Not necessarily a user friendly string.- Parameters:
actionID- String containing the action identifier.
-