Package net.md_5.bungee.event
Class EventHandlerMethod
- java.lang.Object
-
- net.md_5.bungee.event.EventHandlerMethod
-
public class EventHandlerMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description EventHandlerMethod(Object listener, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetListener()MethodgetMethod()voidinvoke(Object event)
-
-
-
Method Detail
-
invoke
public void invoke(Object event) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
getListener
public Object getListener()
-
getMethod
public Method getMethod()
-
-