Package org.activecomponents.udp
Interface IThreadExecutor
-
- All Known Implementing Classes:
DaemonThreadExecutor
public interface IThreadExecutorInterface for executing tasks on parallel threads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(java.lang.Runnable task)Starts executing the task on a separate thread.
-