edu.cmu.cs.able.gaugeInfrastructure.Events
Class MultipleValueEvent

java.lang.Object
  |
  +--edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
        |
        +--edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
              |
              +--edu.cmu.cs.able.gaugeInfrastructure.Events.MultipleValueEvent
All Implemented Interfaces:
java.io.Serializable

public class MultipleValueEvent
extends GaugeEvent

An event generated when a gauge reports multiple values

See Also:
Serialized Form

Field Summary
 GaugeValueVector values
          The values that the gauge is reporting
 
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
status
 
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
gaugeName, gaugeType, modelName, modelType, uid
 
Constructor Summary
MultipleValueEvent(GaugeID gauge)
          Creates new MultipleValueEvent
 
Methods inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
equals, toString, xferGaugeID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

values

public GaugeValueVector values
The values that the gauge is reporting
Constructor Detail

MultipleValueEvent

public MultipleValueEvent(GaugeID gauge)
Creates new MultipleValueEvent
Parameters:
gauge - The ID of the gauge generating the event