Package ch.bailu.gtk.gio
Schnittstelle ActionGroup.OnActionEnabledChanged
- 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
onActionEnabledChanged
(Str action_name, boolean enabled) Signals that the enabled status of the named action has changed.
-
Methodendetails
-
onActionEnabledChanged
Signals that the enabled status of the named action has changed.- Parameter:
action_name
- the name of the action in @action_groupenabled
- whether the action is enabled
-