Package | Description |
---|---|
griffon.plugins.tasks | |
org.codehaus.griffon.runtime.tasks |
Modifier and Type | Field and Description |
---|---|
static ExceptionHandler |
ExceptionHandler.RETHROW_EXCEPTION_HANDLER |
Modifier and Type | Class and Description |
---|---|
class |
LoggingExceptionHandler<T extends EventListener> |
Modifier and Type | Method and Description |
---|---|
static <T extends EventListener> |
EventEmitter.newEmitter(Class<T> listenerClass,
ClassLoader loader,
ExceptionHandler<T> handler) |
static <T extends EventListener> |
EventEmitter.newEmitter(Class<T> listenerClass,
ExceptionHandler<T> handler) |
void |
EventEmitter.setExceptionHandler(ExceptionHandler<T> exceptionHandler) |
Constructor and Description |
---|
EventEmitter(Class<T> clazz,
ClassLoader loader,
ExceptionHandler<T> handler) |