public class DDBSToolkitListener
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
DDBSToolkitListener(DistributableReceiverInterface receiverInterface)
DDBSToolkit lister constructor
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
setKeepListening(boolean keepListening)
Indicate if we continue to listen on this interface
|
public DDBSToolkitListener(DistributableReceiverInterface receiverInterface)
receiverInterface
- Receiver interfacepublic void setKeepListening(boolean keepListening)
keepListening
- Boolean which indicates if we are still continuing to listen on this interfacepublic void run()
run
in interface java.lang.Runnable