|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericRequester
Generic Requester Interface
Method Summary | |
---|---|
void |
receiveResult(java.util.Map<java.lang.String,java.lang.Object> result)
Receive the result of an asynchronous service call |
void |
receiveThrowable(java.lang.Throwable t)
Receive an exception (Throwable) from an asynchronous service cell |
Method Detail |
---|
void receiveResult(java.util.Map<java.lang.String,java.lang.Object> result)
result
- Map of name, value pairs composing the resultvoid receiveThrowable(java.lang.Throwable t)
t
- The Throwable which was received
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |