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 SummaryModifier and TypeMethodDescription- void- designerPost- (Runnable runnable) Posts a runnable for SWT thread execution.
- Method Details- designerPostPosts a runnable for SWT thread execution.- Parameters:
- runnable- The runnable.