public class ForeignConfigReceiveCommunicator
extends java.lang.Object
Modifier | Constructor | Description |
---|---|---|
protected |
ForeignConfigReceiveCommunicator(de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.dav.daf.main.config.SystemObject localConfig,
de.bsvrz.dav.daf.main.DataDescription responseDescription) |
Modifier and Type | Method | Description |
---|---|---|
void |
addListener(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver) |
|
void |
close() |
|
de.bsvrz.dav.daf.main.DataState |
getDataStateReceiver() |
|
void |
removeListener(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver) |
|
void |
start() |
|
java.lang.String |
toString() |
protected ForeignConfigReceiveCommunicator(de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.dav.daf.main.config.SystemObject localConfig, de.bsvrz.dav.daf.main.DataDescription responseDescription)
public java.lang.String toString()
toString
in class java.lang.Object
public void start()
public void close()
public void removeListener(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver)
public void addListener(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver)
public de.bsvrz.dav.daf.main.DataState getDataStateReceiver()