package org.tessell.model.properties; public interface PropertyValueHandler<P> { void onValue(P value); }