package au.com.vaadinutils.crud; public interface Selected<E> { E getCurrent(); }