de.uka.ipd.sdq.ByCounter.execution
Class CountingResultCollector.ObservedCompleteMethodExecutionUpdate

java.lang.Object
  extended by de.uka.ipd.sdq.ByCounter.execution.CountingResultCollector.ObservedCompleteMethodExecutionUpdate
All Implemented Interfaces:
CountingResultCollector.ObservedEvent
Enclosing class:
CountingResultCollector

public class CountingResultCollector.ObservedCompleteMethodExecutionUpdate
extends java.lang.Object
implements CountingResultCollector.ObservedEvent

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.

Author:
Martin Krogmann

Constructor Summary
CountingResultCollector.ObservedCompleteMethodExecutionUpdate()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountingResultCollector.ObservedCompleteMethodExecutionUpdate

public CountingResultCollector.ObservedCompleteMethodExecutionUpdate()