Package ch.bailu.gtk.gio
Schnittstelle RemoteActionGroupInterface.OnChangeActionStateFull
- Umschließende Klasse:
RemoteActionGroupInterface
- 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
onChangeActionStateFull
(CallbackHandler __self, RemoteActionGroup remote, Str action_name, Variant value, Variant platform_data)
-
Methodendetails
-
onChangeActionStateFull
void onChangeActionStateFull(CallbackHandler __self, @Nonnull RemoteActionGroup remote, @Nonnull Str action_name, @Nonnull Variant value, @Nonnull Variant platform_data) - Parameter:
remote
- a #GRemoteActionGroupaction_name
- the name of the action to change the state ofvalue
- the new requested value for the stateplatform_data
- the platform data to send
-