Interface ActionGroup.OnActionEnabledChanged

Enclosing class:
ActionGroup
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ActionGroup.OnActionEnabledChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onActionEnabledChanged(Str action_name, boolean enabled)
    Signals that the enabled status of the named action has changed.
  • Method Details

    • onActionEnabledChanged

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