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

All Superinterfaces:
IEventMessage, java.io.Serializable

public interface IConceptCreatedEM
extends IEventMessage

The IConceptCreatedEM event message is send to the event notifier every time a new concept is created in the virtual machine by a create object activity.

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 AGGREGATES_STRING
          Property name indicating that its value is a String with the aggregate ids (only for file-based agent viewer service)
static java.lang.String EVENTTIME
          Property name indicating that its value is a long indicating the event time
static java.lang.String NEWCONCEPTCTX
          Property name indicating that its value is a ConceptCtx
static java.lang.String SRCCONCEPTCTX
          Property name indicating that its value is a ConceptCtx
 
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

SRCCONCEPTCTX

static final java.lang.String SRCCONCEPTCTX
Property name indicating that its value is a ConceptCtx

See Also:
Constant Field Values

NEWCONCEPTCTX

static final java.lang.String NEWCONCEPTCTX
Property name indicating that its value is a ConceptCtx

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

AGGREGATES_STRING

static final java.lang.String AGGREGATES_STRING
Property name indicating that its value is a String with the aggregate ids (only for file-based agent viewer service)

See Also:
Constant Field Values


Copyright © 1997-2012 All Rights Reserved.