public abstract class AliyunDraftResTask
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AliyunDraftResTask.TaskType |
Modifier and Type | Method and Description |
---|---|
AliyunResModuleType |
getResModuleType()
Gets resource module type.
|
AliyunResType |
getResType()
Gets resource type.
|
Source |
getSource()
Gets the resource.
|
AliyunDraftResTask.TaskType |
getTaskType()
Gets task type.
|
void |
onHandleCallback(Source source)
Handle callback.
|
void |
onIgnore()
Ignore current resources.
|
abstract void |
onRemove()
Remove the corresponding clip of the current resource.
|
public AliyunDraftResTask.TaskType getTaskType()
public AliyunResModuleType getResModuleType()
public AliyunResType getResType()
public Source getSource()
public void onHandleCallback(Source source)
public void onIgnore()
public abstract void onRemove()