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, setResultExtras
public 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.BroadcastReceiver
public void onConnectedButtonWidgetClick()
onConnectedButtonWidgetClick
in interface SelfCoordOverlayUpdater.ConnectedButtonWidgetCallback
public void onDropDownSelectionRemoved()
onDropDownSelectionRemoved
in interface DropDown.OnStateListener
public void onDropDownVisible(boolean v)
onDropDownVisible
in interface DropDown.OnStateListener
public void onDropDownSizeChanged(double width, double height)
onDropDownSizeChanged
in interface DropDown.OnStateListener
public void onDropDownClose()
onDropDownClose
in interface DropDown.OnStateListener