|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.workspace.api.editor.transformation.TransformationFeedback
@API(type=NOT_EXTENDABLE, src=PUBLIC) public abstract class TransformationFeedback
Receives feedback from a transformation scenario which is running.
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Constructor Summary | |
---|---|
TransformationFeedback()
|
Method Summary | |
---|---|
abstract void |
transformationFinished(boolean success)
Called when the transformation has finished. |
abstract void |
transformationStopped()
Called when the transformation was cancelled or stopped by the user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationFeedback()
Method Detail |
---|
public abstract void transformationFinished(boolean success)
success
- true
if the finished transformation was succesfull.public abstract void transformationStopped()
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |