package net.osmand.aidl; import net.osmand.aidl.search.SearchResult; interface IOsmAndAidlCallback { void onSearchComplete(in List resultSet); void onUpdate(); long getId(); void setId(long id); }