org.apache.muse.ws.dm.muws.impl
Class MetricUpdateListener

java.lang.Object
  extended by org.apache.muse.ws.dm.muws.impl.MetricUpdateListener
All Implemented Interfaces:
PropertyChangeListener

public class MetricUpdateListener
extends Object
implements PropertyChangeListener

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.

Author:
Dan Jemiolo (danj)

Constructor Summary
MetricUpdateListener(Metric metric)
           
 
Method Summary
 QName getPropertyName()
           
 void propertyChanged(Element oldValue, Element newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricUpdateListener

public MetricUpdateListener(Metric metric)
Method Detail

getPropertyName

public QName getPropertyName()
Specified by:
getPropertyName in interface PropertyChangeListener

propertyChanged

public void propertyChanged(Element oldValue,
                            Element newValue)
Specified by:
propertyChanged in interface PropertyChangeListener


Copyright © 2013 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.