001    package cpw.mods.fml.common.event;
002    
003    public class FMLEvent
004    {
005        public final String getEventType()
006        {
007            return getClass().getSimpleName();
008        }
009    }