com.tibco.rta.runtime.model
Interface MetricNodeEvent

All Superinterfaces:
java.io.Serializable

public interface MetricNodeEvent
extends java.io.Serializable

An interface used by the rules/actions services to access the metric changes.


Method Summary
 MetricEventType getEventType()
          Type of change event.
 MetricNode getMetricNode()
          Get the metric node associated with this change event.
 

Method Detail

getMetricNode

MetricNode getMetricNode()
Get the metric node associated with this change event.

Returns:
the associated metric node.

getEventType

MetricEventType getEventType()
Type of change event.

Returns:
the change event type.


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.