public interface ContentTransformerWorkerProgressReporter
Implementations might send replies via messaging system or just log progress.
| Modifier and Type | Method and Description |
|---|---|
void |
onTransformationComplete(List<org.gytheio.content.ContentWorkResult> results)
Called when the transformation has completed
|
void |
onTransformationError(String errorMessage)
Called when there was an error performing the transformation
|
void |
onTransformationProgress(float progress)
Optionally called when some amount of progress has been made on
the transformation
|
void |
onTransformationStarted()
Called when the transformation has been started
|
void onTransformationStarted()
void onTransformationProgress(float progress)
progress - void onTransformationComplete(List<org.gytheio.content.ContentWorkResult> results)
results - void onTransformationError(String errorMessage)
errorMessage - Copyright © 2018 Alfresco Software. All rights reserved.