Package com.iizix
Interface IDesignerPost
public interface IDesignerPost
Interface to invoke a runnable at a later stage in the SWT thread.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
designerPost(java.lang.Runnable runnable)
Posts a runnable for SWT thread execution.