public static interface EventDispatcherInitializer.MethodCallback
| Modifier and Type | Method and Description |
|---|---|
void |
doWith(Method method)
Perform an operation using the given method.
|
void doWith(Method method) throws IllegalArgumentException, IllegalAccessException
method - the method to operate onIllegalArgumentException - illegal argument exceptionIllegalAccessException - illegal access exceptionCopyright © 2019. All rights reserved.