E - public interface EventProcessor<E extends Event>
This interface defines an abstract event processor class which is able to process events for a given generic type class.
In contrast to an EventListener, classes implementing this interface are responsible for any pre-processing of an event.
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE_FLAG |
static final String DELETE_FLAG
E processEvent(E event, Map<String,Object> context) throws Exception
event - context - ExceptionCopyright © 2013 jwall.org. All Rights Reserved.