public interface PCListOperationsCallback extends PCTaskCallback
PCOperationsManager.getOperationList(PCUser, PCListOperationsCallback)
Modifier and Type | Method and Description |
---|---|
void |
error(PCNetError error)
Invoked when acquisition of operations list is failed
|
void |
success(java.lang.String[] array)
Invoked when the list of operations is successfully acquired
|
onTaskCancelled, onTaskCreated
void success(java.lang.String[] array)
array
- Array of unique operation identifiers. Each then can be used to call
PCOperationsManager.getOperation(PCUser, String, PCGetOperationCallback)
void error(PCNetError error)
error
- The cause