Uses of Interface
org.sonar.api.batch.events.EventHandler

Packages that use EventHandler
org.sonar.api.batch.events   
org.sonar.batch.events   
org.sonar.batch.index   
org.sonar.batch.phases   
 

Uses of EventHandler in org.sonar.api.batch.events
 

Subinterfaces of EventHandler in org.sonar.api.batch.events
 interface DecoratorExecutionHandler
           
 interface DecoratorsPhaseHandler
           
 interface ProjectAnalysisHandler
           
 interface SensorExecutionHandler
           
 interface SensorsPhaseHandler
           
 

Uses of EventHandler in org.sonar.batch.events
 

Classes in org.sonar.batch.events with type parameters of type EventHandler
 class BatchEvent<H extends EventHandler>
          Root of all Sonar Batch events.
 

Constructors in org.sonar.batch.events with parameters of type EventHandler
EventBus(EventHandler[] handlers)
           
 

Uses of EventHandler in org.sonar.batch.index
 

Classes in org.sonar.batch.index that implement EventHandler
 class MemoryOptimizer
           
 

Uses of EventHandler in org.sonar.batch.phases
 

Classes in org.sonar.batch.phases that implement EventHandler
 class PhasesTimeProfiler
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.