|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.presents.client.InvocationDecoder
public abstract class InvocationDecoder
Provides the basic functionality used to dispatch invocation notification events.
| Field Summary | |
|---|---|
InvocationReceiver |
receiver
The receiver for which we're decoding and dispatching notifications. |
| Constructor Summary | |
|---|---|
InvocationDecoder()
|
|
| Method Summary | ||
|---|---|---|
protected
|
cast(Object value)
Performs type casts in a way that works for parameterized types as well as simple types. |
|
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. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public InvocationReceiver receiver
| Constructor Detail |
|---|
public InvocationDecoder()
| Method Detail |
|---|
public abstract String getReceiverCode()
public void dispatchNotification(int methodId,
Object[] args)
protected <T> T cast(Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||