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)
|
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-2011 Eagle-I. All Rights Reserved.