public abstract class InvocationDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
InvocationReceiver |
receiver
The receiver for which we're decoding and dispatching notifications.
|
| Constructor and Description |
|---|
InvocationDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchNotification(int methodId,
Object[] args)
Dispatches the specified method to our receiver.
|
abstract String |
getReceiverCode()
Returns the generated hash code that is used to identify this invocation notification
service.
|
public InvocationReceiver receiver
Copyright © 2015. All rights reserved.