Package py4j.examples
Class MultiClientServer.SharedRunnable
- java.lang.Object
-
- py4j.examples.MultiClientServer.SharedRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- MultiClientServer
public static class MultiClientServer.SharedRunnable extends java.lang.Object implements java.lang.Runnable
This Runnable for a Thread is designed to simulate the shared nature of a thread like the UI thread in an SWT application.
-
-
Constructor Summary
Constructors Constructor Description SharedRunnable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.util.concurrent.FutureTask<?> future)
void
run()
-