|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.ws.dm.muws.impl.MetricUpdateListener
MetricUpdateListener is a simple property listener that pings the Metric data structure to record a timestamp for the metric update. This timestamp update is important because it affects the value(s) of the metric attributes that decorate a property's definition.
Constructor Summary | |
---|---|
MetricUpdateListener(Metric metric)
|
Method Summary | |
---|---|
QName |
getPropertyName()
|
void |
propertyChanged(org.w3c.dom.Element oldValue,
org.w3c.dom.Element newValue)
Receives the old and new value of the property after it has been changed; there are no requirements on the actions taken in response to a property change. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MetricUpdateListener(Metric metric)
Method Detail |
public QName getPropertyName()
getPropertyName
in interface PropertyChangeListener
public void propertyChanged(org.w3c.dom.Element oldValue, org.w3c.dom.Element newValue)
PropertyChangeListener
propertyChanged
in interface PropertyChangeListener
oldValue
- A copy of the property instance before it was changed.newValue
- The current value of the property instance.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |