Uses of Interface
de.uka.ipd.sdq.ByCounter.execution.CountingResultCollector.ObservedEvent

Packages that use CountingResultCollector.ObservedEvent
de.uka.ipd.sdq.ByCounter.execution Provides the main BytecodeCounter class and classes for the execution of instrumented classes. 
 

Uses of CountingResultCollector.ObservedEvent in de.uka.ipd.sdq.ByCounter.execution
 

Classes in de.uka.ipd.sdq.ByCounter.execution that implement CountingResultCollector.ObservedEvent
 class CountingResultCollector.ObservedCompleteMethodExecutionUpdate
          This class is used to update observers registered to CountingResultCollector when a complete method has been executed, i.e. reached a return statement or a throw statement.
 class CountingResultCollector.ObservedSectionExecutionUpdate
          This class is used to update observers registered to CountingResultCollector when a section has been executed.