public interface NetRexxConversionProgress
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCanceled()
Checks if the conversion process is canceled.
|
void |
onBeginOperation(String operation)
Called when a an operation begins.
|
void |
onConversionCompleted(int failureCount)
Called when the NetRexxConversion process is completed.
|
void |
onEndOperation(String operation)
Called when the operation completed.
|
void |
onProgress(int count,
int total)
Called for progress updates.
|
void onBeginOperation(String operation)
void onEndOperation(String operation)
void onConversionCompleted(int failureCount)
void onProgress(int count,
int total)
boolean isCanceled()
Phantom® and NetPhantom® are registered trademarks of Nexum Technologies SARL.
© Copyright Nexum Technologies SARL, 2012. All rights reserved.