Package ch.bailu.gtk.gio
Schnittstelle TlsInteractionClass.OnAskPasswordFinish
- Umschließende Klasse:
TlsInteractionClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
onAskPasswordFinish
(CallbackHandler __self, TlsInteraction interaction, AsyncResult result)
-
Methodendetails
-
onAskPasswordFinish
int onAskPasswordFinish(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull AsyncResult result) - Parameter:
interaction
- a #GTlsInteraction objectresult
- the result passed to the callback- Gibt zurück:
- The status of the ask password interaction.
-