org.sonar.api.batch.events
Interface EventHandler

All Superinterfaces:
BatchComponent, BatchExtension, Extension
All Known Subinterfaces:
DecoratorExecutionHandler, DecoratorsPhaseHandler, ProjectAnalysisHandler, SensorExecutionHandler, SensorsPhaseHandler
All Known Implementing Classes:
MemoryOptimizer, PhasesTimeProfiler

public interface EventHandler
extends BatchExtension

Marker interface for event handlers. This interface is not intended to be implemented by clients.

Since:
2.8



Copyright © 2009-2012 SonarSource. All Rights Reserved.