public interface InvocationReceiver
InvocationDirector using the generated InvocationDecoder class specific to the notification receiver
interface in question. For example:
public class FooDirector implements FooReceiver
{
public FooDirector (PresentsContext ctx)
{
InvocationDirector idir = ctx.getClient().getInvocationDirector();
idir.registerReceiver(new FooDecoder(this));
}
}
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvocationReceiver.Registration
Used to maintain a registry of invocation receivers that can be
used to convert (large) hash codes into (small) registration
numbers.
|
Copyright © 2015. All rights reserved.