net.minecraftforge.event
Class ASMEventHandler

java.lang.Object
  extended by net.minecraftforge.event.ASMEventHandler
All Implemented Interfaces:
IEventListener

public class ASMEventHandler
extends Object
implements IEventListener


Constructor Summary
ASMEventHandler(Object target, Method method)
           
 
Method Summary
 Class<?> createWrapper(Method callback)
           
 EventPriority getPriority()
           
 void invoke(Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASMEventHandler

public ASMEventHandler(Object target,
                       Method method)
                throws Exception
Throws:
Exception
Method Detail

invoke

public void invoke(Event event)
Specified by:
invoke in interface IEventListener

getPriority

public EventPriority getPriority()

createWrapper

public Class<?> createWrapper(Method callback)