package it.agilis.mens.azzeroCO2.client.mvc.events;
import com.extjs.gxt.ui.client.event.EventType;
/**
* Created by IntelliJ IDEA.
* User: serenadimaida
* Date: 23/08/11
* Time: 16:31
* To change this template use File | Settings | File Templates.
*/
public class RegisterEvents {
public static final EventType DoRegistration = new EventType();
public static final EventType SaveUserInfo = new EventType();
public static final EventType ShowForm = new EventType();
public static final EventType HideForm = new EventType();
}