Schnittstelle ActionGroup.OnActionRemoved

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.OnActionRemoved
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onActionRemoved(Str action_name)
    Signals that an action is just about to be removed from the group.
  • Methodendetails

    • onActionRemoved

      void onActionRemoved(@Nonnull Str action_name)
      Signals that an action is just about to be removed from the group.

      This signal is emitted before the action is removed, so the action
      is still visible and can be queried from the signal handler.
      Parameter:
      action_name - the name of the action in @action_group