Interface VIAServiceAsync
- 
public interface VIAServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidget(com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback)voidsave(GUIVIASettings settings, com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback) 
 - 
 
- 
- 
Method Detail
- 
get
void get(com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback)
 
- 
save
void save(GUIVIASettings settings, com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback)
 
 - 
 
 -