de.bsvrz.dav.daf.main.impl.config
Class DafDataModel.NotificationObject
java.lang.Object
de.bsvrz.dav.daf.main.impl.config.DafDataModel.NotificationObject
- Enclosing class:
- DafDataModel
private static class DafDataModel.NotificationObject
- extends Object
Speichert die für eine asynchrone Benachrichtigung erforderlichen Parameter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_mutableCollection
private final MutableCollection _mutableCollection
_simVariant
private final short _simVariant
_addedElements
private final List<SystemObject> _addedElements
_removedElements
private final List<SystemObject> _removedElements
DafDataModel.NotificationObject
public DafDataModel.NotificationObject(MutableCollection mutableCollection,
short simVariant,
List<SystemObject> addedElements,
List<SystemObject> removedElements)