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

All Superinterfaces:
IEventMessage, java.io.Serializable

public interface IPartAddedEM
extends IEventMessage

The IPartAddedEM event message is send to the event notifier for every conceptual object or object instance that is added as a part to a conceptual object during a simulation run.

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

Version:
27 September 2000
Author:
Ron van Hoof

Field Summary
static java.lang.String ACTIVITYCTX
          Property name indicating that its value is an IActivityCtx
static java.lang.String EVENTTIME
          Property name indicating that its value is a long indicating the event time
static java.lang.String PARTCTX
          Property name indicating that its value is a PartCtx
 
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

PARTCTX

static final java.lang.String PARTCTX
Property name indicating that its value is a PartCtx

See Also:
Constant Field Values

ACTIVITYCTX

static final java.lang.String ACTIVITYCTX
Property name indicating that its value is an IActivityCtx

See Also:
Constant Field Values

EVENTTIME

static final java.lang.String EVENTTIME
Property name indicating that its value is a long indicating the event time

See Also:
Constant Field Values


Copyright © 1997-2012 All Rights Reserved.