KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > genimen > djeneric > repository > DjSynchronizationListener


1 package com.genimen.djeneric.repository;
2
3 /**
4  * @author Wido Riezebos
5  *
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 to
9  * Window>Preferences>Java>Code Generation.
10  */

11 public interface DjSynchronizationListener
12 {
13   public void synchNeeded(DjAssociation association, DjList added, DjList removed);
14 }
Popular Tags