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):
- IConceptLoadedEM.CONCEPT - the loaded Concept (object property)
- Version:
- 5 February 2002
- Author:
- Ron van Hoof
Field Summary |
static java.lang.String |
CONCEPT
Property name indicating that its value is a Concept |
Methods inherited from interface gov.nasa.arc.brahms.vm.api.events.IEventMessage |
getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists |
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.