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

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

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

This class is used to update observers registered to CountingResultCollector when a section has been executed.

Author:
Martin Krogmann

Field Summary
 java.lang.Integer sectionIndex
           
 
Constructor Summary
CountingResultCollector.ObservedSectionExecutionUpdate(java.lang.Integer sectionIndex)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sectionIndex

public final java.lang.Integer sectionIndex
Constructor Detail

CountingResultCollector.ObservedSectionExecutionUpdate

public CountingResultCollector.ObservedSectionExecutionUpdate(java.lang.Integer sectionIndex)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object