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

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

public class DeletedEvent
extends GaugeEvent

The event sent when a gauge has been deleted (the last event a gauge will send)

See Also:
Serialized Form

Field Summary
 java.lang.String gaugeMgrID
          The ID of the gauge manager that deleted 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, retryCnt, uid
 
Constructor Summary
DeletedEvent(GaugeID gauge)
          Creates new DeleteEvent
 
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 deleted the gauge
Constructor Detail

DeletedEvent

public DeletedEvent(GaugeID gauge)
Creates new DeleteEvent
Parameters:
gauge - The ID of the gauge that was deleted.