Control.invoke

Synchronously calls a delegate in this Control's thread. This function is thread safe and exceptions are propagated to the caller.

  1. Object invoke(Object delegate(Object[]) dg, Object[] args...)
    class Control
    final
    Object
    invoke
    (
    Object delegate(
    Object[]
    )
    dg
    ,
    Object[] args...
    )
  2. void invoke(void delegate() dg)

Meta