public class OdsxRelChangeEvent extends OdsxChangeEvent
,
Serialized FormOdsxChangeEvent.OdsxAEEventModifier, OdsxChangeEvent.OdsxASEventModifier, OdsxChangeEvent.OdsxChangeEventModifier, OdsxChangeEvent.OdsxDBEventModifier, OdsxChangeEvent.OdsxIEEventModifier, OdsxChangeEvent.OdsxRelEventModifier| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
AEAttributeAdded, AEAttributeModified, AEAttributeRemoved, AECreated, AEInstanceCreated, AEInstanceRemoved, AERemoved, ARCreated, ARRemoved, DBWasOpened, DBWillClose, IEAttributeAdded, IEAttributeModified, IEAttributeRemoved, IEChildAdded, IEChildRemoved, modifier, RelAdded| Constructor and Description |
|---|
OdsxRelChangeEvent(InstanceElement instElem1,
InstanceElement instElem2,
OdsxChangeEvent.OdsxRelEventModifier modifier)
The constructor receives the event source and the modified.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceElement |
getFirstInstance()
Get the first instance element.
|
InstanceElement |
getSecondInstance()
Get the second instance element.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
getModifier, getModifierString, release, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSourcepublic static final java.lang.String version
public OdsxRelChangeEvent(InstanceElement instElem1, InstanceElement instElem2, OdsxChangeEvent.OdsxRelEventModifier modifier)
source - the event sourcemodifier - the event modifier.public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class OdsxChangeEventpublic InstanceElement getFirstInstance()
public InstanceElement getSecondInstance()