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

All Superinterfaces:
IEventMessage, java.io.Serializable

public interface IConceptDeletedEM
extends IEventMessage

The IConceptDeletedEM event message is send to the event notifier every time a concept is deleted from the virtual machine.

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

Version:
$Revision: 1.1 $ $Date: 2007/10/10 14:03:14 $ $Author: rvhoof $
Author:
Ron van Hoof

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

CONCEPTCTX

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

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.