/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.dhaval.web.vaadin.simple;

import java.io.Serializable;

/**
 *
 * @author dhaval
 */
public interface GenericFormEventHandler extends Serializable{

    void formCommitted(Object formBean);
}
