View Javadoc

1   /*
2    * $Id: IRCFacesComponent.java,v 1.3 2010/01/27 14:55:37 oeuillot Exp $
3    */
4   package org.rcfaces.core.internal.capability;
5   
6   /**
7    * 
8    * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9    * @version $Revision: 1.3 $ $Date: 2010/01/27 14:55:37 $
10   */
11  public interface IRCFacesComponent {
12      // boolean isClientRendered();
13      
14      void clearListeners();
15  }