1 package com.genimen.djeneric.repository;2 3 /**4 * @author Wido Riezebos5 *6 * To change this generated comment edit the template variable "typecomment":7 * Window>Preferences>Java>Templates.8 * To enable and disable the creation of type comments go to9 * Window>Preferences>Java>Code Generation.10 */11 public interface DjSynchronizationListener12 {13 public void synchNeeded(DjAssociation association, DjList added, DjList removed);14 }