public static class ReflectionEventFireHandler.ListenerMethod extends Object implements EventFireHandler.ListenerMethod
| Constructor and Description |
|---|
ListenerMethod() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EventFireHandler.ListenerMethod o) |
Object |
getListener() |
Method |
getMethod() |
void |
run(Event event) |
String |
toString() |
public void run(Event event) throws InvocationTargetException, IllegalAccessException
run in interface EventFireHandler.ListenerMethodInvocationTargetExceptionIllegalAccessExceptionpublic Object getListener()
getListener in interface EventFireHandler.ListenerMethodpublic Method getMethod()
getMethod in interface EventFireHandler.ListenerMethodpublic int compareTo(@Nonnull EventFireHandler.ListenerMethod o)
compareTo in interface Comparable<EventFireHandler.ListenerMethod>Copyright © 2020. All rights reserved.