View Javadoc
1   package com.googlecode.mgwt.dom.client.event;
2   
3   public interface EventTypes {
4   	public String getAnimationEnd();
5   	
6   	public String getTransistionEnd();
7   }