|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportCallback
This interface must be implemented by an object to receive notification of
events that occur during the export process. Each event is handled by a
callback method. To create an instance, use
IExportOptions.setCallback(IExportCallback).
| Method Summary | |
|---|---|
void |
onFailure(int id,
BIARException cause)
This method is called when an object fails to export. |
void |
onSuccess(int id)
This method is called when an object is exported to the BIAR archive. |
| Method Detail |
|---|
void onSuccess(int id)
Note that the export process is blocked until this method returns.
id - the ID of the exported object
void onFailure(int id,
BIARException cause)
Note that the export process is blocked until this method returns.
id - the ID of the object that failedcause - the exception that caused the object to fail
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||