gov.nasa.arc.brahms.vm.api.events
Interface IAssignmentExecutedEM
- All Superinterfaces:
- IEventMessage, java.io.Serializable
public interface IAssignmentExecutedEM
- extends IEventMessage
The IAssignmentExecutedEM event message is send to the event notifier
for every assignment operation that is executed in the virtual machine.
The contents of this event (property name - type):
- IAssignmentExecutedEM.ASSIGNMENTCTX - an AssignmentCtx (object property)
- Version:
- $Revision: 1.1 $ $Date: 2009/11/23 20:33:13 $ $Author: rnado $
- Author:
- Bob Nado
Field Summary |
static java.lang.String |
ASSIGNMENTCTX
Property name indicating that its value is an Assignment Context |
Methods inherited from interface gov.nasa.arc.brahms.vm.api.events.IEventMessage |
getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists |
ASSIGNMENTCTX
static final java.lang.String ASSIGNMENTCTX
- Property name indicating that its value is an Assignment Context
- See Also:
- Constant Field Values
Copyright © 1997-2012 All Rights Reserved.