All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jcommon.collect.CollectionAdapter Maven / Gradle / Ivy

package net.sf.jcommon.collect;

public class CollectionAdapter implements CollectionListener {

	public void post(CollectionEvent event) {
	}

	public void pre(CollectionEvent event) {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy