org.eaglei.model.webapp.client.rpc
Interface CommentServiceAsync


public interface CommentServiceAsync

The async counterpart of CommentService.


Method Summary
 void submitTermComment(Comment comment, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
           
 void submitTermRequest(Comment comment, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
           
 

Method Detail

submitTermComment

void submitTermComment(Comment comment,
                       com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)

submitTermRequest

void submitTermRequest(Comment comment,
                       com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)


Copyright © 2009-2010 Eagle-I. All Rights Reserved.