Schnittstelle ActionGroupInterface.OnHasAction

Umschließende Klasse:
ActionGroupInterface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface ActionGroupInterface.OnHasAction
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onHasAction(CallbackHandler __self, ActionGroup action_group, Str action_name)
     
  • Methodendetails

    • onHasAction

      boolean onHasAction(CallbackHandler __self, @Nonnull ActionGroup action_group, @Nonnull Str action_name)
      Parameter:
      action_group - a [type@Gio.ActionGroup]
      action_name - the name of the action to check for
      Gibt zurück:
      whether the named action exists