public static class EventUtils.MethodHandler
extends java.lang.Object
EventHandler annotation.| Constructor and Description |
|---|
MethodHandler(java.lang.Class<?> owner,
EventHandler annotation,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
EventHandler |
getAnnotation() |
java.lang.reflect.Method |
getMethod() |
java.lang.Class<?> |
getOwner() |
int |
hashCode() |
java.lang.String |
toString() |
public MethodHandler(@Nonnull
java.lang.Class<?> owner,
@Nonnull
EventHandler annotation,
@Nonnull
java.lang.reflect.Method method)
@Nonnull public java.lang.Class<?> getOwner()
@Nonnull public EventHandler getAnnotation()
@Nonnull public java.lang.reflect.Method getMethod()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object