Package ch.bailu.gtk.gio
Schnittstelle ActionGroup.OnActionStateChanged
- Umschließende Klasse:
ActionGroup
- 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
onActionStateChanged
(Str action_name, Variant value) Signals that the state of the named action has changed.
-
Methodendetails
-
onActionStateChanged
Signals that the state of the named action has changed.- Parameter:
action_name
- the name of the action in @action_groupvalue
- the new value of the state
-