package it.agilis.mens.azzeroCO2.client.mvc.events; import com.extjs.gxt.ui.client.event.EventType; /** * Created by IntelliJ IDEA. * User: serenadimaida * Date: 07/12/11 * Time: 22:36 * To change this template use File | Settings | File Templates. */ public class PubblicazioniEvents { public static final EventType ClearStep = new EventType(); public static final EventType ShowStep = new EventType(); public static final EventType ShowRiepilogo = new EventType(); public static final EventType ShowInfoDialog = new EventType(); public static final EventType ShowConfermDialog = new EventType(); public static final EventType ClearPanel = new EventType(); public static final EventType Save = new EventType(); public static final EventType Next = new EventType(); public static final EventType NextText = new EventType(); public static final EventType Previous = new EventType(); public static final EventType PreviousText = new EventType(); public static final EventType Riepilogo = new EventType(); public static final EventType CaricaCoefficienti = new EventType(); public static final EventType CaricaProgettiDiCompensazione = new EventType(); public static final EventType LoadPubblicazione = new EventType(); public static final EventType Acquisto = new EventType(); public static final EventType Conferma = new EventType(); public static final EventType GoToBegin = new EventType(); public static final EventType UseCoupon = new EventType(); public static final EventType InAttesaDiConfermaPagamento = new EventType(); }