|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolverListener
An interface to the asynchronous resolver.
Resolver
Method Summary | |
---|---|
void |
handleException(Object id,
Exception e)
The callback used by an asynchronous resolver when an exception is thrown |
void |
receiveMessage(Object id,
Message m)
The callback used by an asynchronous resolver |
Method Detail |
---|
void receiveMessage(Object id, Message m)
id
- The identifier returned by Resolver.sendAsync()m
- The response message as returned by the Resolvervoid handleException(Object id, Exception e)
id
- The identifier returned by Resolver.sendAsync()e
- The thrown exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |