Package com.iizix
Interface IDesignerPost
public interface IDesignerPostInterface 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 voiddesignerPost(java.lang.Runnable runnable)Posts a runnable for SWT thread execution.