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

package com.essar.automation.dhaval.client;

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

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

    void getQuote(AsyncCallback callback);
}
