001 package net.minecraftforge.event; 002 003 004 005 public interface IEventListener 006 { 007 public void invoke(Event event); 008 }