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

All Superinterfaces:
IEventMessage, java.io.Serializable

public interface IConceptLoadedEM
extends IEventMessage

The IConceptLoadedEM event message is send to the event notifier every time a new concept is loaded in the virtual machine through the VM Controller. This event is not fired when a new concept is dynamically created by an agent.

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

Version:
5 February 2002
Author:
Ron van Hoof

Field Summary
static java.lang.String CONCEPT
          Property name indicating that its value is a Concept
 
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

CONCEPT

static final java.lang.String CONCEPT
Property name indicating that its value is a Concept

See Also:
Constant Field Values


Copyright © 1997-2012 All Rights Reserved.