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 Type
    Method
    Description
    void
    Posts a runnable for SWT thread execution.
  • Method Details

    • designerPost

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