protected static interface ProcessEventDispatch.ProcessEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ProcessEventDispatch.PostProcessorFinish evt)
Called when a PostProcessorFinish event is dispatched.
|
void |
handle(ProcessEventDispatch.PostProcessorStart evt)
Called when a PostProcessorStart event is dispatched.
|
void |
handle(ProcessEventDispatch.PreProcessorFinish evt)
Called when a PreProcessorFinish event is dispatched.
|
void |
handle(ProcessEventDispatch.PreProcessorStart evt)
Called when a PreProcessorStart event is dispatched.
|
<T extends Processor> |
handle(ProcessEventDispatch.ProcessorActivity<T> evt)
Called when a ProcessorActivity event for a particular processor type is dispatched.
|
<T extends Processor> |
handle(ProcessEventDispatch.ProcessorError<T> evt)
Called when a ProcessorError event for a particular processor type is dispatched.
|
<T extends Processor> |
handle(ProcessEventDispatch.ProcessorStatusUpdate<T> evt)
Called when a ProcessorStatusUpdate event for a particular processor type is dispatched.
|
void handle(ProcessEventDispatch.PreProcessorStart evt)
evt - Event to be handledvoid handle(ProcessEventDispatch.PostProcessorStart evt)
evt - Event to be handledvoid handle(ProcessEventDispatch.PreProcessorFinish evt)
evt - Event to be handledvoid handle(ProcessEventDispatch.PostProcessorFinish evt)
evt - Event to be handled<T extends Processor> void handle(ProcessEventDispatch.ProcessorActivity<T> evt)
evt - Event to be handled<T extends Processor> void handle(ProcessEventDispatch.ProcessorError<T> evt)
evt - Event to be handled<T extends Processor> void handle(ProcessEventDispatch.ProcessorStatusUpdate<T> evt)
evt - Event to be handled