|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface CallBack
This class is not directly part of the normal Opinio event mechanism, but rather a generic interface for a one-to-one callback mechanism. Some methods in the API might require a callback parameter. If the object using such a method, and needs to be called back, implement this method.
| Method Summary | |
|---|---|
void |
callBack()
Method that will be called back on the original caller, if no errors occurred. |
void |
callBackOnError(java.lang.String errorInfo)
Method that will be called on the original caller, in the event of an error. |
| Method Detail |
|---|
void callBack()
void callBackOnError(java.lang.String errorInfo)
errorInfo - Information about the error that occurred.
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||