//(c):Benja Fallenstein package gzz.storm; import java.util.*; public interface CollectionListener { boolean item(Object item); }