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

java.lang.Object
  |
  +--edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
        |
        +--edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfiguredEvent, ConfigureGaugeEvent, CreatedEvent, CreateGaugeEvent, CreationFinishedEvent, DeletedEvent, DeleteGaugeEvent, FindGaugeMgrEvent, GaugeInitEvent, GMgrDeleteGaugeEvent, MultipleValueEvent, QueryAllValuesEvent, QueryGaugeStateEvent, QueryMetaInfoEvent, QueryValueEvent, ValueEvent

public class GaugeEvent
extends GaugeID

The root class of all gauge events

See Also:
Serialized Form

Field Summary
 boolean status
          The status of the reply: true means that a request was succesful.
 
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
gaugeName, gaugeType, modelName, modelType, uid
 
Constructor Summary
GaugeEvent()
          Creates new GaugeEvent
GaugeEvent(GaugeID gauge)
           
 
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

status

public boolean status
The status of the reply: true means that a request was succesful.
Constructor Detail

GaugeEvent

public GaugeEvent()
Creates new GaugeEvent

GaugeEvent

public GaugeEvent(GaugeID gauge)
Parameters:
gauge - The ID of the gauge associatd with the event