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

package com.zowyapp.store.ui;

import java.io.Serializable;

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

    void formCommitted(Object formBean);
}
