|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID | +--edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent | +--edu.cmu.cs.able.gaugeInfrastructure.Events.DeletedEvent
The event sent when a gauge has been deleted (the last event a gauge will send)
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, 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 |
public java.lang.String gaugeMgrID
Constructor Detail |
public DeletedEvent(GaugeID gauge)
gauge
- The ID of the gauge that was deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |