Control.invoke

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

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

Meta