13 lines
No EOL
247 B
Text
13 lines
No EOL
247 B
Text
package net.osmand.aidl;
|
|
|
|
import net.osmand.aidl.search.SearchResult;
|
|
|
|
interface IOsmAndAidlCallback {
|
|
void onSearchComplete(in List<SearchResult> resultSet);
|
|
|
|
void onUpdate();
|
|
|
|
long getId();
|
|
|
|
void setId(long id);
|
|
} |