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

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

public class CreatedEvent
extends GaugeEvent

An event sent when a gauge has been created.

See Also:
Serialized Form

Field Summary
 java.lang.String gaugeMgrID
          The ID of the gauge manager that created the gauge
 
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
CreatedEvent(GaugeID gauge)
          Creates new CreateEvent
 
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

gaugeMgrID

public java.lang.String gaugeMgrID
The ID of the gauge manager that created the gauge
Constructor Detail

CreatedEvent

public CreatedEvent(GaugeID gauge)
Creates new CreateEvent
Parameters:
gauge - The ID of the gauge that was created