public class ForeignMutableCollectionProxy
extends java.lang.Object
TBD RS dokumentieren.
Constructor and Description |
---|
ForeignMutableCollectionProxy(ForeignConfigRequester foreignConfigRequester,
short internalSimVariant,
MutableCollection mutableCollection) |
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ExtendedMutableCollectionChangeListener listener) |
short |
getInternalSimVariant() |
MutableCollection |
getMutableCollection() |
void |
processConnectedEvent() |
void |
removeChangeListener(ExtendedMutableCollectionChangeListener listener) |
public ForeignMutableCollectionProxy(ForeignConfigRequester foreignConfigRequester, short internalSimVariant, MutableCollection mutableCollection)
public void addChangeListener(ExtendedMutableCollectionChangeListener listener)
public void removeChangeListener(ExtendedMutableCollectionChangeListener listener)
public void processConnectedEvent()
public MutableCollection getMutableCollection()
public short getInternalSimVariant()