|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.BroadcastReceiver
com.github.ignition.location.receivers.IgnitedPassiveLocationChangedReceiver
public class IgnitedPassiveLocationChangedReceiver
This Receiver class is used to listen for Broadcast Intents that announce that a location change has occurred while this application isn't visible. Where possible, this is triggered by a Passive Location listener.
| Field Summary | |
|---|---|
protected static String |
LOG_TAG
|
| Constructor Summary | |
|---|---|
IgnitedPassiveLocationChangedReceiver()
|
|
| Method Summary | |
|---|---|
void |
onReceive(android.content.Context context,
android.content.Intent intent)
When a new location is received, extract it from the Intent and update the current location. |
| Methods inherited from class android.content.BroadcastReceiver |
|---|
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static String LOG_TAG
| Constructor Detail |
|---|
public IgnitedPassiveLocationChangedReceiver()
| Method Detail |
|---|
public void onReceive(android.content.Context context,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||