View Javadoc

1   /*
2    * $Id: IPartialRenderingListener.java,v 1.1 2010/06/15 08:01:52 oeuillot Exp $
3    */
4   package org.rcfaces.core.internal.listener;
5   
6   /**
7    * 
8    * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9    * @version $Revision: 1.1 $ $Date: 2010/06/15 08:01:52 $
10   */
11  public interface IPartialRenderingListener {
12      boolean isPartialRendering();
13  }