Class 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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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