Class AsyncExecutor
- java.lang.Object
 - 
- cern.accsoft.steering.jmad.gui.executor.AsyncExecutor
 
 
- 
public class AsyncExecutor extends java.lang.ObjectWrapper around the execution of tasks asynchronously. 
- 
- 
Constructor Summary
Constructors Constructor Description AsyncExecutor(org.springframework.context.ApplicationEventPublisher eventPublisher) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubmitAsync(java.lang.Runnable job)voidsubmitAsync(java.lang.String name, java.lang.Runnable job) 
 -