KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > de > webman > util > registry > Manager


1 package de.webman.util.registry;
2
3
4 /**
5  * Classes implementing this type could act as Managers. See {@link
6  * 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 Manager
12 {
13     /* $Id: Manager.java,v 1.2 2002/04/12 12:30:24 gregor Exp $ */
14 }
15
Popular Tags