info.magnolia.ui.vaadin.editor
Interface JCropHandler

All Known Implementing Classes:
CroppableImage

public interface JCropHandler

Handler interface for JCrop-related events.


Method Summary
 void addReleaseListener(CroppableImage.ReleaseListener listener)
           
 void addSelectionListener(CroppableImage.SelectionListener listener)
           
 void handleRelease()
           
 void handleSelection(SelectionArea area)
           
 void removeReleaseListener(CroppableImage.ReleaseListener listener)
           
 void removeSelectionListener(CroppableImage.SelectionListener listener)
           
 

Method Detail

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 © 2013 Magnolia International Ltd.. All Rights Reserved.