private static class DafDataModel.NotificationObject
extends java.lang.Object
Speichert die für eine asynchrone Benachrichtigung erforderlichen Parameter.
Modifier and Type | Field and Description |
---|---|
private java.util.List<SystemObject> |
_addedElements |
private MutableCollection |
_mutableCollection |
private java.util.List<SystemObject> |
_removedElements |
private short |
_simVariant |
Constructor and Description |
---|
NotificationObject(MutableCollection mutableCollection,
short simVariant,
java.util.List<SystemObject> addedElements,
java.util.List<SystemObject> removedElements) |
private final MutableCollection _mutableCollection
private final short _simVariant
private final java.util.List<SystemObject> _addedElements
private final java.util.List<SystemObject> _removedElements
public NotificationObject(MutableCollection mutableCollection, short simVariant, java.util.List<SystemObject> addedElements, java.util.List<SystemObject> removedElements)