| Constructor and Description |
|---|
VirtualReflectionHandler(java.lang.Class<?> owner,
java.lang.Object instance,
EventHandler annotation,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(java.lang.Object event)
Call the event handler with the given event instance
|
getAnnotation, getInstance, getOwner, isStaticpublic VirtualReflectionHandler(@Nonnull
java.lang.Class<?> owner,
@Nullable
java.lang.Object instance,
@Nonnull
EventHandler annotation,
@Nonnull
java.lang.reflect.Method method)
owner - The owner of the handler methodinstance - The instance of the handler ownerannotation - The EventHandler annotation of the handler methodmethod - The handler method