public class DefaultEventRecorderStrategy extends AbstractEventRecorderStrategy
AbstractEventRecorderStrategy.HandleException| Modifier and Type | Field and Description |
|---|---|
private RecorderStrategy |
strategy
The strategy to process the events.
|
REGISTER_END, REGISTER_FORCE| Constructor and Description |
|---|
DefaultEventRecorderStrategy(RecorderStrategy strategy)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleEvent(RecordingStrategiesElement event)
Handles an event.
|
assignAllTo, clearTemporaryData, endSystem, enter, enterConfiguration, exit, finishRecording, isRecording, memoryAllocated, memoryFreedByRecId, notifyProgramRecordCreation, notifyTimer, notifyValueChange, printCurrentState, printStatistics, processEvent, readIo, register, start, startRecording, stopTimeRecording, writeIoenableVariabilityDetection, getRecorderElement, getRecorderElements, getRecorderId, getStorage, getVariabilitySeparatorChar, isVariabilityDetectionEnabled, registerForRecordingprivate RecorderStrategy strategy
public DefaultEventRecorderStrategy(RecorderStrategy strategy)
strategy - the strategy to process the eventsprotected void handleEvent(RecordingStrategiesElement event) throws AbstractEventRecorderStrategy.HandleException
handleEvent in class AbstractEventRecorderStrategyevent - the event to be handledHandleException - any kind of throwable exception which should
cause aborting the event loopAbstractEventRecorderStrategy.HandleException