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 LoginEvents {
public static final EventType DoLogin = new EventType();
public static final EventType ShowForm = new EventType();
public static final EventType HideForm = new EventType();
public static final EventType ShowLogOut = new EventType();
public static final EventType LogOut = new EventType();
}