1 /*
2 * $Id: IComponentRefModel.java,v 1.1 2008/02/25 14:05:43 oeuillot Exp $
3 */
4 package org.rcfaces.core.model;
5
6 import javax.faces.component.UIComponent;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.1 $ $Date: 2008/02/25 14:05:43 $
12 */
13 public interface IComponentRefModel {
14 void setComponent(UIComponent component);
15 }