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 Link icon

    Modifier and Type
    Method
    Description
    void
    Posts a runnable for SWT thread execution.
  • Method Details Link icon

    • designerPost Link icon

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