Interface EventHandler<E extends Event,C extends BaseEventHandlerType>
- 
public interface EventHandler<E extends Event,C extends BaseEventHandlerType> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends C>getEventHandlerConfigurationType()Class<E>getEventType()booleanprocessEvent(E event, C eventHandlerType, Task task, OperationResult result) 
 - 
 
- 
- 
Method Detail
- 
processEvent
boolean processEvent(E event, C eventHandlerType, Task task, OperationResult result) throws SchemaException
- Returns:
 - true if we should continue with processing, false otherwise
 - Throws:
 SchemaException
 
 - 
 
 -