public class ReflectionEventFireHandler extends Object implements EventFireHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectionEventFireHandler.ListenerMethod |
| Constructor and Description |
|---|
ReflectionEventFireHandler(Collection<ReflectionEventFireHandler.ListenerMethod> methods) |
| Modifier and Type | Method and Description |
|---|---|
void |
fire(Event event) |
List<EventFireHandler.ListenerMethod> |
getMethods() |
public ReflectionEventFireHandler(Collection<ReflectionEventFireHandler.ListenerMethod> methods)
public void fire(Event event)
fire in interface EventFireHandlerpublic List<EventFireHandler.ListenerMethod> getMethods()
getMethods in interface EventFireHandlerCopyright © 2020. All rights reserved.