edu.cmu.cs.able.probebus.events
Class StatusProbeEvent

java.lang.Object
  |
  +--edu.cmu.cs.able.probebus.ProbeEvent
        |
        +--edu.cmu.cs.able.probebus.events.StatusProbeEvent
All Implemented Interfaces:
IProbeEvent

public class StatusProbeEvent
extends ProbeEvent


Field Summary
protected  java.lang.String systemID
           
 
Constructor Summary
StatusProbeEvent(java.lang.String sid)
          Creates new StatusProbeEvent
 
Method Summary
 boolean dispatch()
          Should never be called.
 boolean equals(StatusProbeEvent e)
           
 java.lang.String getSystemID()
           
 
Methods inherited from class edu.cmu.cs.able.probebus.ProbeEvent
equals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemID

protected java.lang.String systemID
Constructor Detail

StatusProbeEvent

public StatusProbeEvent(java.lang.String sid)
Creates new StatusProbeEvent
Method Detail

dispatch

public boolean dispatch()
Description copied from class: ProbeEvent
Should never be called. While we implement IProbeEvent, this message should have been sent to the implementation-specific decorator, like one derived from SienaProbeEvent, which knows how to actually dispatch().
Overrides:
dispatch in class ProbeEvent

getSystemID

public java.lang.String getSystemID()

equals

public boolean equals(StatusProbeEvent e)