public class ImmerLetztesElement.UpdateHandler
extends java.lang.Object
implements de.bsvrz.dav.daf.main.ClientReceiverInterface, de.bsvrz.dav.daf.main.config.MutableCollectionChangeListener
| Modifier and Type | Field and Description |
|---|---|
private de.bsvrz.dav.daf.main.DataDescription |
dataDescription
DataDescription der Subskription.
|
private java.util.Map<java.lang.String,de.bsvrz.dav.daf.main.ResultData> |
lokalerCache
Lokaler Cache.
|
| Constructor and Description |
|---|
ImmerLetztesElement.UpdateHandler(java.util.Map<java.lang.String,de.bsvrz.dav.daf.main.ResultData> lokalerCache,
de.bsvrz.dav.daf.main.DataDescription dataDescription)
Konstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collectionChanged(de.bsvrz.dav.daf.main.config.MutableCollection arg0,
short arg1,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> added,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> removed) |
void |
update(de.bsvrz.dav.daf.main.ResultData[] resultData) |
private final java.util.Map<java.lang.String,de.bsvrz.dav.daf.main.ResultData> lokalerCache
private final de.bsvrz.dav.daf.main.DataDescription dataDescription
ImmerLetztesElement.UpdateHandler(java.util.Map<java.lang.String,de.bsvrz.dav.daf.main.ResultData> lokalerCache,
de.bsvrz.dav.daf.main.DataDescription dataDescription)
lokalerCache - Lokaler Cache.dataDescription - DataDescription der Subskription.public void update(de.bsvrz.dav.daf.main.ResultData[] resultData)
update in interface de.bsvrz.dav.daf.main.ClientReceiverInterfacepublic void collectionChanged(de.bsvrz.dav.daf.main.config.MutableCollection arg0,
short arg1,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> added,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> removed)
collectionChanged in interface de.bsvrz.dav.daf.main.config.MutableCollectionChangeListener