de.bsvrz.puk.config.main.communication.query
Class ConfigurationQueryManager.SimulationListener

java.lang.Object
  extended by de.bsvrz.puk.config.main.communication.query.ConfigurationQueryManager.SimulationListener
All Implemented Interfaces:
MutableSetChangeListener
Enclosing class:
ConfigurationQueryManager

private final class ConfigurationQueryManager.SimulationListener
extends Object
implements MutableSetChangeListener

Listener, der aufgerufen wird, sobald sich die dynamische Menge mit Simulationen ändert. Wird eine Simulation entfernt, wird das jeweilige Objekt benachrichtigt und dann aus der Map entfernt. Wird eine Simulation hinzugefügt, so wird ein entsprechendes Objekt der Map hinzugefügt.


Field Summary
private  AttributeGroup _atgSimulationProperties
          Attributgruppe atg.simulationsEigenschaften
 
Constructor Summary
ConfigurationQueryManager.SimulationListener()
           
 
Method Summary
 void update(MutableSet set, SystemObject[] addedObjects, SystemObject[] removedObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_atgSimulationProperties

private final AttributeGroup _atgSimulationProperties
Attributgruppe atg.simulationsEigenschaften

Constructor Detail

ConfigurationQueryManager.SimulationListener

public ConfigurationQueryManager.SimulationListener()
Method Detail

update

public void update(MutableSet set,
                   SystemObject[] addedObjects,
                   SystemObject[] removedObjects)
Specified by:
update in interface MutableSetChangeListener