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