/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.essar.mes.sap.log.client;

import com.google.gwt.user.client.rpc.AsyncCallback;

/**
 *
 * @author dhaval
 */
public interface ServiceLogAsync {

    void getLog(String serviceId, AsyncCallback callback);
    void getLogDetail(String serviceId, String recordId, AsyncCallback callback);
}
