gov.nasa.arc.brahms.vm.api.events
Interface IDetectableTriggeredEM

All Superinterfaces:
IEventMessage, java.io.Serializable

public interface IDetectableTriggeredEM
extends IEventMessage

The IDetectableTriggeredEM event message is send to the event notifier for every detectable that executed its action.

The contents of this event (property name - type):


Field Summary
static java.lang.String TRIGGERCTX
          Property name indicating that its value is a Trigger Context
 
Method Summary
 
Methods inherited from interface gov.nasa.arc.brahms.vm.api.events.IEventMessage
getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists
 

Field Detail

TRIGGERCTX

static final java.lang.String TRIGGERCTX
Property name indicating that its value is a Trigger Context

See Also:
Constant Field Values