Interface EventHandler<E extends Event,C extends EventHandlerType>
-
public interface EventHandler<E extends Event,C extends EventHandlerType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends C>
getEventHandlerConfigurationType()
Class<E>
getEventType()
boolean
processEvent(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
-
-