| Constructor and Description |
|---|
InvocationContext(Callable<V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
V |
call() |
<E extends InvocationContextEvent> |
fireEvent(E event) |
<T> T |
get(Class<T> clazz) |
<E extends InvocationContextEvent> |
registerEventHandler(Class<E> eventType,
Consumer<E> handler) |
<T> void |
set(Class<T> clazz,
T object) |
public <T> void set(Class<T> clazz, T object)
public <T> T get(Class<T> clazz)
public <E extends InvocationContextEvent> void registerEventHandler(Class<E> eventType, Consumer<E> handler)
public <E extends InvocationContextEvent> void fireEvent(E event)
Copyright © 2018–2020. All rights reserved.