edu.cmu.cs.able.probebus.siena
Interface ISienaProbeEvent

All Superinterfaces:
IProbeEvent
All Known Implementing Classes:
SienaProbeEvent

public interface ISienaProbeEvent
extends IProbeEvent


Method Summary
 siena.Filter createFilter()
          Create a siena Filter that matches this event
 siena.Notification toNotification()
          Convert an event into a Siena Notification
 
Methods inherited from interface edu.cmu.cs.able.probebus.IProbeEvent
dispatch, equals
 

Method Detail

toNotification

public siena.Notification toNotification()
Convert an event into a Siena Notification

createFilter

public siena.Filter createFilter()
Create a siena Filter that matches this event