public interface HasFileVersionCallback
Modifier and Type | Method and Description |
---|---|
void |
execute(DSResponse dsResponse,
boolean data,
DSRequest dsRequest)
A
Callback fired when DataSource.hasFileVersion() completes. |
void execute(DSResponse dsResponse, boolean data, DSRequest dsRequest)
Callback
fired when DataSource.hasFileVersion()
completes.dsResponse
- A DSResponse
instance with metadata about the returned
data.data
- Whether the file version exists.dsRequest
- The DSRequest
that was sent.