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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ForeignMutableCollectionProxy
public ForeignMutableCollectionProxy(ForeignConfigRequester foreignConfigRequester, short internalSimVariant, de.bsvrz.dav.daf.main.config.MutableCollection mutableCollection)
-
-
Method Details
-
addChangeListener
-
removeChangeListener
-
processConnectedEvent
public void processConnectedEvent() -
getMutableCollection
public de.bsvrz.dav.daf.main.config.MutableCollection getMutableCollection() -
getInternalSimVariant
public short getInternalSimVariant()
-