View Javadoc

1   /*
2    * $Id: IValueFacesEvent.java,v 1.1 2010/03/19 14:48:18 oeuillot Exp $
3    */
4   package org.rcfaces.core.event;
5   
6   
7   /**
8    * 
9    * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
10   * @version $Revision: 1.1 $ $Date: 2010/03/19 14:48:18 $
11   */
12  public interface IValueFacesEvent extends IFacesEvent {
13  
14      String getValue();
15  
16      Object getValueObject();
17  }