Class ThreadRedirect_SWT

java.lang.Object
panamagl.offscreen.ThreadRedirect_SWT
All Implemented Interfaces:
panamagl.offscreen.ThreadRedirect

public class ThreadRedirect_SWT extends Object implements panamagl.offscreen.ThreadRedirect
Redirects execution to the SWT UI thread via Display.asyncExec(Runnable). If already on the display thread, runs synchronously to avoid unnecessary scheduling.