|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for asynchronous service invocation.
Method Summary | |
void |
handleError(java.lang.Throwable pvThrowable,
java.lang.String pvMethodName)
Problems by executed the method. |
void |
handleResult(java.lang.Object pvResult,
java.lang.String pvMethodName)
Method is successful executed. |
Method Detail |
public void handleError(java.lang.Throwable pvThrowable, java.lang.String pvMethodName)
pvThrowable
- The Exception (problem).pvMethodName
- Name from method.public void handleResult(java.lang.Object pvResult, java.lang.String pvMethodName)
pvResult
- Result value.pvMethodName
- Name from method
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |