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.

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

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onActionEnabledChanged(Str action_name, boolean enabled)
    Signals that the enabled status of the named action has changed.
  • Methodendetails

    • onActionEnabledChanged

      void onActionEnabledChanged(@Nonnull Str action_name, boolean enabled)
      Signals that the enabled status of the named action has changed.
      Parameter:
      action_name - the name of the action in @action_group
      enabled - whether the action is enabled