Oxygen XML Editor 15.0 Author API

ro.sync.exml.workspace.api.editor.transformation
Class TransformationFeedback

java.lang.Object
  extended by ro.sync.exml.workspace.api.editor.transformation.TransformationFeedback

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public abstract class TransformationFeedback
extends java.lang.Object

Receives feedback from a transformation scenario which is running.

Since:
15

*********************************
EXPERIMENTAL - Subject to change
********************************

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

TransformationFeedback

public TransformationFeedback()
Method Detail

transformationFinished

public abstract void transformationFinished(boolean success)
Called when the transformation has finished.

Parameters:
success - true if the finished transformation was succesfull.

transformationStopped

public abstract void transformationStopped()
Called when the transformation was cancelled or stopped by the user


Oxygen XML Editor 15.0 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.