Interface ExtensionActionUpdated

All Superinterfaces:
Event, ExtensionActionEvent

public interface ExtensionActionUpdated extends ExtensionActionEvent
An event indicating that an extension action has been updated.
Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the extension action that has been updated.
    default Browser
    Returns the browser associated with the extension action.
  • Method Details

    • action

      default ExtensionAction action()
      Returns the extension action that has been updated.
    • browser

      default Browser browser()
      Returns the browser associated with the extension action.