info.magnolia.ui.vaadin.editor
Interface JCropHandler
- All Known Implementing Classes:
- CroppableImage
public interface JCropHandler
Handler interface for JCrop
-related events.
handleSelection
void handleSelection(SelectionArea area)
handleRelease
void handleRelease()
addReleaseListener
void addReleaseListener(CroppableImage.ReleaseListener listener)
addSelectionListener
void addSelectionListener(CroppableImage.SelectionListener listener)
removeSelectionListener
void removeSelectionListener(CroppableImage.SelectionListener listener)
removeReleaseListener
void removeReleaseListener(CroppableImage.ReleaseListener listener)
Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.