1package com.navigine.idl.java.internal;
3import com.navigine.common.NativeObject;
4import com.navigine.common.Subscription;
5import com.navigine.idl.java.LocationInfo;
6import com.navigine.idl.java.LocationListListener;
7import com.navigine.idl.java.LocationListManager;
8import java.util.HashMap;
16 private final NativeObject nativeObject;
23 this.nativeObject = nativeObject;
29 return createLocationListListener(listener);
39 native_addLocationListListener(listener);
46 native_removeLocationListListener(listener);
53 native_updateLocationList();
55 private native
void native_updateLocationList();
60 return native_getLocationList();
62 private native HashMap<Integer, LocationInfo> native_getLocationList();