public class PhasesTimeProfiler extends Object implements SensorExecutionHandler, DecoratorExecutionHandler, DecoratorsPhaseHandler, SensorsPhaseHandler
SensorExecutionHandler.SensorExecutionEventDecoratorExecutionHandler.DecoratorExecutionEventDecoratorsPhaseHandler.DecoratorsPhaseEventSensorsPhaseHandler.SensorsPhaseEvent| Constructor and Description |
|---|
PhasesTimeProfiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent event)
Called before and after execution of
Decorator. |
void |
onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
Called before and after execution of all
Decorators. |
void |
onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
Called before and after execution of
Sensor. |
void |
onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent event)
Called before and after execution of all
Sensors. |
public PhasesTimeProfiler()
public void onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent event)
SensorsPhaseHandlerSensors.onSensorsPhase in interface SensorsPhaseHandlerpublic void onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
SensorExecutionHandlerSensor.onSensorExecution in interface SensorExecutionHandlerpublic void onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent event)
DecoratorExecutionHandlerDecorator.onDecoratorExecution in interface DecoratorExecutionHandlerpublic void onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
DecoratorsPhaseHandlerDecorators.onDecoratorsPhase in interface DecoratorsPhaseHandlerCopyright © 2009-2012 SonarSource. All Rights Reserved.