EventSourceType - The type of the event source.public abstract class EventProbe<EventSourceType> extends Probe
eventSource object. Subclasses have to realize the
registration to this object by implementing the template method registerListener.| Constructor and Description |
|---|
EventProbe(org.palladiosimulator.metricspec.MetricDescription metricDescription,
EventSourceType eventSource)
Default constructor.
|
addObserver, getMetricDesciption, isCompatibleWith, removeObserverpublic EventProbe(org.palladiosimulator.metricspec.MetricDescription metricDescription,
EventSourceType eventSource)
eventSource - The event source object.metricDescription - The metric of the measurements of this probe.