Package com.smartgwt.client.callbacks
Interface HasFileVersionCallback
public interface HasFileVersionCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(DSResponse dsResponse, boolean data, DSRequest dsRequest) ACallback
fired whenDataSource.hasFileVersion()
completes.
-
Method Details
-
execute
ACallback
fired whenDataSource.hasFileVersion()
completes.- Parameters:
dsResponse
- ADSResponse
instance with metadata about the returned data.data
- Whether the file version exists.dsRequest
- TheDSRequest
that was sent.
-