public class LinkLineReceiver
extends android.content.BroadcastReceiver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION |
Constructor and Description |
---|
LinkLineReceiver(MapView mapView,
MapGroup searchGroup,
MapGroup linkGroup)
Generates a Broadcast receiver that generates a link between a first and a second UID.
|
Modifier and Type | Method and Description |
---|---|
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String ACTION
public LinkLineReceiver(MapView mapView, MapGroup searchGroup, MapGroup linkGroup)
mapView
- the mapView to register / unregister item listeners for cases where there
are deferred links arriving.searchGroup
- the group to search for items to be linked to.linkGroup
- the group which contains the associations/links.