gov.nasa.arc.brahms.vm.api.events
Interface IDeleteExecutedEM
- All Superinterfaces:
- IEventMessage, java.io.Serializable
public interface IDeleteExecutedEM
- extends IEventMessage
The IDeleteExecutedEM event message is send to the event notifier
for every delete operation that is executed in the virtual machine.
The contents of this event (property name - type):
- IDeleteExecutedEM.DELETECTX - a DeleteCtx (object property)
- Version:
- $Revision: 1.1 $ $Date: 2007/10/10 14:03:18 $ $Author: rvhoof $
- Author:
- Ron van Hoof
Field Summary |
static java.lang.String |
DELETECTX
Property name indicating that its value is a Delete Context |
Methods inherited from interface gov.nasa.arc.brahms.vm.api.events.IEventMessage |
getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists |
DELETECTX
static final java.lang.String DELETECTX
- Property name indicating that its value is a Delete Context
- See Also:
- Constant Field Values
Copyright © 1997-2012 All Rights Reserved.