|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.buv.plugin.sim.DaVKommunikation
public class DaVKommunikation
Dient der Kommunikation mit dem DaV bzgl. der Simulationsverwaltung.
Method Summary | |
---|---|
void |
anmelden()
Führt das Anmelden auf die Simulationen durch |
void |
benachrichtigeSimulationListener(java.util.List<Simulation> eintraege)
Benachrichtigt alle registrierten ISimulationListener darüber, dass
eine Simulation geändert hat. |
de.bsvrz.dav.daf.main.config.ConfigurationArea |
bestimmeDefaultBereich(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Bestimmt den Default-Bereich des DaV |
void |
entferneSimulationListener(ISimulationListener listener)
Entfernt einen ISimulationListener von der Liste der Zuhörer. |
static DaVKommunikation |
getInstanz()
Liefert die Singletoninstanz. |
java.util.List<Simulation> |
getSimulationen()
Holt die Liste der Simulationen |
void |
hinzufuegenSimulationListener(ISimulationListener listener)
Fügt einen Listener zur Liste der SimulationListener hinzu. |
de.bsvrz.dav.daf.main.ClientDavInterface |
holeDaVVerbindung()
Holt die Verbindung zum DaV. |
void |
setzeDaVVerbindung(de.bsvrz.dav.daf.main.ClientDavInterface connnection)
Setzt die Verbindung zum DaV. |
void |
update(de.bsvrz.dav.daf.main.config.MutableSet set,
de.bsvrz.dav.daf.main.config.SystemObject[] addedObjects,
de.bsvrz.dav.daf.main.config.SystemObject[] removedObjects)
|
void |
update(de.bsvrz.dav.daf.main.ResultData[] results)
Verarbeitet sämtliche Updates |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DaVKommunikation getInstanz()
public void setzeDaVVerbindung(de.bsvrz.dav.daf.main.ClientDavInterface connnection)
connnection
- Verbindung zum DaV.public de.bsvrz.dav.daf.main.ClientDavInterface holeDaVVerbindung()
public void hinzufuegenSimulationListener(ISimulationListener listener)
listener
- public void entferneSimulationListener(ISimulationListener listener)
ISimulationListener
von der Liste der Zuhörer.
ISimulationListener
- Zu entfernender ISimulationListener
.public void benachrichtigeSimulationListener(java.util.List<Simulation> eintraege)
ISimulationListener
darüber, dass
eine Simulation geändert hat.
public void update(de.bsvrz.dav.daf.main.ResultData[] results)
update
in interface de.bsvrz.dav.daf.main.ClientReceiverInterface
public java.util.List<Simulation> getSimulationen()
public void update(de.bsvrz.dav.daf.main.config.MutableSet set, de.bsvrz.dav.daf.main.config.SystemObject[] addedObjects, de.bsvrz.dav.daf.main.config.SystemObject[] removedObjects)
update
in interface de.bsvrz.dav.daf.main.config.MutableSetChangeListener
public void anmelden()
public de.bsvrz.dav.daf.main.config.ConfigurationArea bestimmeDefaultBereich(de.bsvrz.dav.daf.main.ClientDavInterface connection)
connection
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |