executeUI

Executes an action on the UI thread.

  1. void executeUI(void function() f)
    void
    executeUI
    (
    void function
    ()
    f
    )
  2. void executeUI(void delegate() d)
  3. void executeUI(Action action)

Parameters

f void function
()

The function pointer to execute.

Meta