de.bsvrz.puk.config.main.communication.query
Class ForeignMutableCollectionProxy

java.lang.Object
  extended by de.bsvrz.puk.config.main.communication.query.ForeignMutableCollectionProxy

public class ForeignMutableCollectionProxy
extends Object

TBD RS dokumentieren.

Author:
Kappich Systemberatung

Constructor Summary
ForeignMutableCollectionProxy(ForeignConfigRequester foreignConfigRequester, short internalSimVariant, MutableCollection mutableCollection)
           
 
Method Summary
 void addChangeListener(ExtendedMutableCollectionChangeListener listener)
           
 short getInternalSimVariant()
           
 MutableCollection getMutableCollection()
           
 void removeChangeListener(ExtendedMutableCollectionChangeListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignMutableCollectionProxy

public ForeignMutableCollectionProxy(ForeignConfigRequester foreignConfigRequester,
                                     short internalSimVariant,
                                     MutableCollection mutableCollection)
Method Detail

addChangeListener

public void addChangeListener(ExtendedMutableCollectionChangeListener listener)

removeChangeListener

public void removeChangeListener(ExtendedMutableCollectionChangeListener listener)

getMutableCollection

public MutableCollection getMutableCollection()

getInternalSimVariant

public short getInternalSimVariant()