function Event()
{
}

Event.EMPTY = "EMPTY";
Event.CLOSE = "CLOSE";
Event.CHANGE = "CHANGE";
Event.NOT_SUCCESS = "NOT_SUCCESS";