de.bsvrz.puk.config.main.communication.query
Class ConfigurationQueryManager.SimulationListener
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_atgSimulationProperties
private final AttributeGroup _atgSimulationProperties
- Attributgruppe atg.simulationsEigenschaften
ConfigurationQueryManager.SimulationListener
public ConfigurationQueryManager.SimulationListener()
update
public void update(MutableSet set,
SystemObject[] addedObjects,
SystemObject[] removedObjects)
- Specified by:
update
in interface MutableSetChangeListener