Package ch.bailu.gtk.gio
Schnittstelle MountOperation.OnReply
- Umschließende Klasse:
MountOperation
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onReply
(int result) Emitted when the user has replied to the mount operation.
-
Methodendetails
-
onReply
void onReply(int result) Emitted when the user has replied to the mount operation.- Parameter:
result
- a #GMountOperationResult indicating how the request was handled
-