package it.agilis.mens.azzeroCO2.client.mvc.events;
import com.extjs.gxt.ui.client.event.EventType;
/**
* Created by IntelliJ IDEA.
* User: giovannilt
* Date: 6/25/11
* Time: 8:47 PM
* To change this template use File | Settings | File Templates.
*/
public class AmministrazioneEvents {
public static final EventType Init = new EventType();
public static final EventType Error = new EventType();
public static final EventType SaveCoupons = new EventType();
public static final EventType SaveCoefficienti = new EventType();
public static final EventType ShowAmministrazione = new EventType();
public static final EventType SaveProgrammiDiCompensazione = new EventType();
}