package com.brightgenerous.orm; import java.io.Serializable; public interface UpdatedCallback extends Serializable { void updated(); }