org.vectomatic.common.rpc
Interface IRepresentationServiceAsync


public interface IRepresentationServiceAsync


Method Summary
 void openDrawing(String jsessionid, String drawingid, com.google.gwt.user.client.rpc.AsyncCallback<Representation> callback)
           
 void saveDrawing(String jsessionid, String drawingid, Representation representation, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 

Method Detail

openDrawing

void openDrawing(String jsessionid,
                 String drawingid,
                 com.google.gwt.user.client.rpc.AsyncCallback<Representation> callback)

saveDrawing

void saveDrawing(String jsessionid,
                 String drawingid,
                 Representation representation,
                 com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)


Copyright © 2010. All Rights Reserved.