com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib
Class HandlingWorker
java.lang.Object
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.HandlingWorker
- All Implemented Interfaces:
- Runnable
public class HandlingWorker
- extends Object
- implements Runnable
The HandlingWorker is a man-in-the-middle between a ConnectionReceiver and an
IMessageHandler. It decouples the receiving thread from the thread which
actually handles the messages.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
|
Method Summary |
void |
dispose()
Disposes the handler. |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
run
public void run()
-
- Specified by:
run in interface Runnable
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
dispose
public void dispose()
- Disposes the handler.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.