de.bsvrz.dav.daf.main.impl.config
Class DafDataModel.NotifyingMutableCollectionChangeListener.AsyncNotifier

java.lang.Object
  extended by de.bsvrz.dav.daf.main.impl.config.DafDataModel.NotifyingMutableCollectionChangeListener.AsyncNotifier
All Implemented Interfaces:
Runnable
Enclosing class:
DafDataModel.NotifyingMutableCollectionChangeListener

public class DafDataModel.NotifyingMutableCollectionChangeListener.AsyncNotifier
extends Object
implements Runnable

Enthält die run-Methode des Threads zur asynchronen Verarbeitung.


Constructor Summary
DafDataModel.NotifyingMutableCollectionChangeListener.AsyncNotifier()
           
 
Method Summary
 void collectionChanged(MutableCollection mutableCollection, short simVariant, List<SystemObject> addedElements, List<SystemObject> removedElements)
          Benachrichtigt die zugehörige dynamische Menge bzw.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DafDataModel.NotifyingMutableCollectionChangeListener.AsyncNotifier

public DafDataModel.NotifyingMutableCollectionChangeListener.AsyncNotifier()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

collectionChanged

public void collectionChanged(MutableCollection mutableCollection,
                              short simVariant,
                              List<SystemObject> addedElements,
                              List<SystemObject> removedElements)
Benachrichtigt die zugehörige dynamische Menge bzw. den dynamischen Typ, dass sich Änderungen an den Elementen ergeben haben.