package org.vaadin.jcrop.selection; /** * get fired when the selection changed on the Jcrop-Component * * @author Marten Prieß (http://www.non-rocket-science.com) * @version 1.0 */ public interface JcropSelectionChanged { void selectionChanged(JcropSelection selection); }