package it.agilis.mens.azzeroCO2.client.mvc.events;
import com.extjs.gxt.ui.client.event.EventType;
/**
* Created by IntelliJ IDEA.
* User: giovannilt
* Date: 3/17/11
* Time: 11:31 PM
* To change this template use File | Settings | File Templates.
*/
public class PagamentoSellaEvents {
public static final EventType ShowForm = new EventType();
public static final EventType SubmitForm = new EventType();
public static final EventType EnableButton = new EventType();
public static final EventType CloseForm = new EventType();
}