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 |
| Modifier and Type | Method and Description |
|---|---|
E |
processEvent(E event,
Map<String,Object> context)
This method is called upon event reception.
|
static final String DELETE_FLAG
E processEvent(E event, Map<String,Object> context) throws Exception
event - context - ExceptionCopyright © 2014 jwall.org. All rights reserved.