-
public interface CropOverlayView.CropWindowChangeListenerInterface definition for a callback to be invoked when crop window rectangle is changing.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCropWindowChanged(Boolean inProgress)Called after a change in crop window rectangle. -
-
Method Detail
-
onCropWindowChanged
abstract Unit onCropWindowChanged(Boolean inProgress)
Called after a change in crop window rectangle.
- Parameters:
inProgress- is the crop window change operation is still in progress by user touch
-
-
-
-