org.sonar.api.batch.events
Interface SensorsPhaseHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension

public interface SensorsPhaseHandler
extends EventHandler

Since:
2.8

Nested Class Summary
static interface SensorsPhaseHandler.SensorsPhaseEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent event)
          Called before and after execution of all Sensors.
 

Method Detail

onSensorsPhase

void onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent event)
Called before and after execution of all Sensors.



Copyright © 2009-2014 SonarSource. All Rights Reserved.