1 package de.webman.util.registry;2 3 4 /**5 * Classes implementing this type could act as Managers. See {@link6 * de.webman.util.Registry} for using Managers.7 *8 * @author <a HREF="mailto:gregor@webman.de">Gregor Klinke</a>9 * @version $Revision: 1.2 $10 **/11 public interface Manager12 {13 /* $Id: Manager.java,v 1.2 2002/04/12 12:30:24 gregor Exp $ */14 }15