edu.cmu.cs.able.probebus
Interface IProbeEvent

All Known Subinterfaces:
ISienaProbeEvent
All Known Implementing Classes:
ProbeEvent

public interface IProbeEvent


Method Summary
 boolean dispatch()
          Send event on the bus
 boolean equals(IProbeEvent e)
          needed for testing purposes; handy generally
 

Method Detail

dispatch

public boolean dispatch()
Send event on the bus

equals

public boolean equals(IProbeEvent e)
needed for testing purposes; handy generally