org.kuali.student.common.ui.client.service
Interface LogRpcServiceAsync


public interface LogRpcServiceAsync


Method Summary
 void sendLog(Map<String,String> clientContextInfo, String log, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
          Sends a List of messages to the server.
 

Method Detail

sendLog

void sendLog(Map<String,String> clientContextInfo,
             String log,
             com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Sends a List of messages to the server.

Parameters:
clientContextInfo - any configuration or runtime information about the client
messages - the messages to log
callback - callback to be invoked on response


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.