melistik / vaadin-jcrop

Vaadin wrapping for the jQuery plugin jCrop
https://vaadin.com/directory#!addon/jcrop-wrapper
MIT License
3 stars 2 forks source link

Add method "addSelectionChangedListener()" for usage with Java 8 lambdas #2

Closed moberwasserlechner closed 9 years ago

moberwasserlechner commented 9 years ago

Using {{org.vaadin.jcrop.Jcrop.addListener(JcropSelectionChanged)}} with java 8 lambda is not possible because the method is ambiguous for the type Jcrop.

moberwasserlechner commented 9 years ago

See PR #4