net.sf.sensor.meter
Class Meter

java.lang.Object
  extended bynet.sf.sensor.meter.Meter

public class Meter
extends Object


Method Summary
 String getLabel()
          Returns the label straight from the nested TimerData.
 void updateValue(long newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLabel

public String getLabel()
Returns the label straight from the nested TimerData. Unsynchronized since the label is immutable.

Returns:
Returns the label.

updateValue

public void updateValue(long newValue)
Parameters:
newValue -


Copyright © 2005-2006 SourceForge. All Rights Reserved.