Package ch.bailu.gtk.glib
Schnittstelle Thread.OnThreadFunc
- Umschließende Klasse:
Thread
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonThreadFunc
(CallbackHandler __self, Pointer data) Specifies the type of the @func functions passed to g_thread_new()
or g_thread_try_new().
-
Methodendetails
-
onThreadFunc
Specifies the type of the @func functions passed to g_thread_new()
or g_thread_try_new().- Parameter:
data
- data passed to the thread- Gibt zurück:
- the return value of the thread
-