-
public interface OnTransformFinishListenerInterface definition for a callback to be invoked when a TransformationLayout is transformed or not.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonFinish(Boolean isTransformed)Invoked when the TransformationLayout is transformed or not. -
-
Method Detail
-
onFinish
abstract Unit onFinish(Boolean isTransformed)
Invoked when the TransformationLayout is transformed or not.
-
-
-
-