blob: 6072b485b7bb8bd7a70dfaff498ad13a826667de [file] [log] [blame]
/*
* Created on Apr 18, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.eclipse.update.internal.ui.wizards;
import org.eclipse.update.internal.api.search.*;
/**
* @author dejan
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface ISearchProvider {
UpdateSearchRequest getSearchRequest();
}