Class ForeignMutableCollectionProxy
- java.lang.Object
-
- de.bsvrz.puk.config.main.communication.query.ForeignMutableCollectionProxy
-
public class ForeignMutableCollectionProxy extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ForeignMutableCollectionProxy(ForeignConfigRequester foreignConfigRequester, short internalSimVariant, de.bsvrz.dav.daf.main.config.MutableCollection mutableCollection)
-
Method Summary
Modifier and Type Method Description void
addChangeListener(ExtendedMutableCollectionChangeListener listener)
short
getInternalSimVariant()
de.bsvrz.dav.daf.main.config.MutableCollection
getMutableCollection()
void
processConnectedEvent()
void
removeChangeListener(ExtendedMutableCollectionChangeListener listener)
-
-
-
Constructor Detail
-
ForeignMutableCollectionProxy
public ForeignMutableCollectionProxy(ForeignConfigRequester foreignConfigRequester, short internalSimVariant, de.bsvrz.dav.daf.main.config.MutableCollection mutableCollection)
-
-
Method Detail
-
addChangeListener
public void addChangeListener(ExtendedMutableCollectionChangeListener listener)
-
removeChangeListener
public void removeChangeListener(ExtendedMutableCollectionChangeListener listener)
-
processConnectedEvent
public void processConnectedEvent()
-
getMutableCollection
public de.bsvrz.dav.daf.main.config.MutableCollection getMutableCollection()
-
getInternalSimVariant
public short getInternalSimVariant()
-
-