package org.apache.commons.collections; public interface Closure { void execute(Object obj); }