|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceOperationCallback
Callback interface for a ServiceOperation.
| Method Summary | |
|---|---|
void |
onCancel(ServiceOperationEvent event)
Notification that the service operation call (invoke) was canceled. |
void |
onFailure(ServiceOperationEvent event,
java.lang.Throwable exc)
Notification that the service operation failed. |
void |
onSuccess(ServiceOperationEvent event)
Notification that the service operation call completed successfully. |
| Method Detail |
|---|
void onSuccess(ServiceOperationEvent event)
event - The service operation event object. This event object has
information about the service operation and the data retrieved
as a result of its call (whether that call be an invocation or a
"getDefaults" call).
void onFailure(ServiceOperationEvent event,
java.lang.Throwable exc)
event - The service operation event object. This event object has
information about the service operation.exc - The exception accompanying the failure.void onCancel(ServiceOperationEvent event)
event - The service operation event object. This event object has
information about the service operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||