package au.com.vaadinutils.crud; public interface DirtyListener { void fieldGroupIsDirty(boolean b); }