public class ChannelsReceiver extends android.content.BroadcastReceiver implements DropDown.OnStateListener, SelfCoordOverlayUpdater.ConnectedButtonWidgetCallback
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHANNELS_UPDATED |
static java.lang.String |
OPEN_CHANNELS_OVERLAY |
static java.lang.String |
TAG |
| Constructor and Description |
|---|
ChannelsReceiver(MapView mapView,
android.content.Context context)
CONSTRUCTOR
|
| Modifier and Type | Method and Description |
|---|---|
void |
disposeImpl()
PUBLIC METHODS
|
void |
onConnectedButtonWidgetClick() |
void |
onDropDownClose() |
void |
onDropDownSelectionRemoved() |
void |
onDropDownSizeChanged(double width,
double height) |
void |
onDropDownVisible(boolean v) |
void |
onReceive(android.content.Context context,
android.content.Intent intent)
INHERITED METHODS
|
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtraspublic static final java.lang.String TAG
public static final java.lang.String OPEN_CHANNELS_OVERLAY
public static final java.lang.String CHANNELS_UPDATED
public ChannelsReceiver(MapView mapView, android.content.Context context)
public void disposeImpl()
public void onReceive(android.content.Context context,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiverpublic void onConnectedButtonWidgetClick()
onConnectedButtonWidgetClick in interface SelfCoordOverlayUpdater.ConnectedButtonWidgetCallbackpublic void onDropDownSelectionRemoved()
onDropDownSelectionRemoved in interface DropDown.OnStateListenerpublic void onDropDownVisible(boolean v)
onDropDownVisible in interface DropDown.OnStateListenerpublic void onDropDownSizeChanged(double width,
double height)
onDropDownSizeChanged in interface DropDown.OnStateListenerpublic void onDropDownClose()
onDropDownClose in interface DropDown.OnStateListener