|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVariableBoundEM
The IVariableBoundEM event message is send to the event notifier whenever the binding of a variable changes. This event is not fired for the variables that are bound in preconditons.
The contents of this event (property name - type):
Field Summary | |
---|---|
static java.lang.String |
ACTIVITYCTX
Property name indicating the activity in which the binding changed, an IActivityCtx |
static int |
ADD
Indicates that the specified value was added to the binding |
static java.lang.String |
BINDING
Property name indicating that its value is a binding value IConceptCtx, Integer, Boolean, Float, or String |
static java.lang.String |
CHANGE
Property name indicating the type of change ADD or REMOVE |
static java.lang.String |
EVENTTIME
Property name indicating that its value is a long indicating the event time |
static int |
REMOVE
Indicates that the specified value was removed from the binding |
static java.lang.String |
VARIABLECTX
Property name indicating that its value is a IVariableCtx |
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 |
---|
static final java.lang.String VARIABLECTX
static final java.lang.String BINDING
static final java.lang.String CHANGE
static final java.lang.String ACTIVITYCTX
static final java.lang.String EVENTTIME
static final int ADD
static final int REMOVE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |