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

package com.dhaval.appstatweb.marketsearch;

import java.util.List;

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

    void searchResult(List<MarketApp> apps);
}
