KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > portlet > exomvc > config > Configure


1 /***************************************************************************
2  * Copyright 2001-2003 The eXo Platform SARL All rights reserved. *
3  * Please look at license.txt in info directory for more license detail. *
4  **************************************************************************/

5 package org.exoplatform.portlet.exomvc.config;
6 /**
7  * @author Tuan Nguyen (tuan08@users.sourceforge.net)
8  * @since Nov 7, 2004
9  * @version $Id$
10  */

11 public interface Configure {
12   public void configure(Configuration config) ;
13 }
14
Popular Tags