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 Detail

      • designerPost

        void designerPost​(java.lang.Runnable runnable)
        Posts a runnable for SWT thread execution.
        Parameters:
        runnable - The runnable.