Revision 27464 branches/v2_0_0_prep/extensions/extGeocoding/src/org/gvsig/geocoding/gui/IGeocodingModel.java

View differences:

IGeocodingModel.java
166 166
	 */
167 167
	public void clearResults();
168 168

  
169
	/**
170
	 * set number of result of results list showed
171
	 * @param i
172
	 */
173
	public void setNumResultShowed(int i);
174
	
175
	/**
176
	 * get number of result of the results list showed
177
	 * @return
178
	 */
179
	public int getNumResultShowed();
180

  
169 181
}

Also available in: Unified diff