Interface VIAServiceAsync
-
public interface VIAServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
get(com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback)
void
save(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)
-
-