Schnittstelle ActionGroup.OnActionAdded

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

@FunctionalInterface public static interface ActionGroup.OnActionAdded
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onActionAdded(Str action_name)
    Signals that a new action was just added to the group.
  • Methodendetails

    • onActionAdded

      void onActionAdded(@Nonnull Str action_name)
      Signals that a new action was just added to the group.

      This signal is emitted after the action has been added
      and is now visible.
      Parameter:
      action_name - the name of the action in @action_group