public class LocationDecoder extends InvocationDecoder
LocationReceiver instance.| Modifier and Type | Field and Description |
|---|---|
static int |
FORCED_MOVE
The method id used to dispatch
LocationReceiver.forcedMove(int)
notifications. |
static String |
RECEIVER_CODE
The generated hash code used to identify this receiver class.
|
receiver| Constructor and Description |
|---|
LocationDecoder(LocationReceiver receiver)
Creates a decoder that may be registered to dispatch invocation
service notifications to the specified receiver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchNotification(int methodId,
Object[] args)
Dispatches the specified method to our receiver.
|
String |
getReceiverCode()
Returns the generated hash code that is used to identify this invocation notification
service.
|
public static final String RECEIVER_CODE
public static final int FORCED_MOVE
LocationReceiver.forcedMove(int)
notifications.public LocationDecoder(LocationReceiver receiver)
public String getReceiverCode()
InvocationDecodergetReceiverCode in class InvocationDecoderpublic void dispatchNotification(int methodId,
Object[] args)
InvocationDecoderdispatchNotification in class InvocationDecoderCopyright © 2015. All rights reserved.