public interface AssetServiceAsync
AssetService. GWT requires this asynchronous version in
addition to AssetService. All method signatures have an
additional AsyncCallBack parameter. AssetService and
AssetServiceAsync have to be in sync.| Modifier and Type | Method and Description |
|---|---|
void |
getAssetByNodeId(int nodeId,
com.google.gwt.user.client.rpc.AsyncCallback<AssetCommand> callback) |
void |
getAssetSuggestions(com.google.gwt.user.client.rpc.AsyncCallback<AssetSuggCommand> callback) |
void |
saveOrUpdateAssetByNodeId(int nodeId,
AssetCommand asset,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void getAssetByNodeId(int nodeId,
com.google.gwt.user.client.rpc.AsyncCallback<AssetCommand> callback)
void getAssetSuggestions(com.google.gwt.user.client.rpc.AsyncCallback<AssetSuggCommand> callback)
AssetService.getAssetSuggestions()void saveOrUpdateAssetByNodeId(int nodeId,
AssetCommand asset,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2015. All rights reserved.