public interface IRunTransformationListener
Modifier and Type | Method and Description |
---|---|
void |
onTransformationEnd(ITransformContext context,
org.eclipse.core.runtime.IStatus status)
This method is called when the transformation has completed.
|
void |
onTransformationStart(ITransformContext context)
This method is called when the transformation is about to run.
|
void onTransformationStart(ITransformContext context)
context
- The transformation context that will be used when the
transformation is run.void onTransformationEnd(ITransformContext context, org.eclipse.core.runtime.IStatus status)
context
- The transformation context that was used to run the
transformation.status
- Specifies if the transformation ran successfully or if it
failed.