Interface StatusChanged

All Superinterfaces:
BrowserEvent, Event

public interface StatusChanged extends BrowserEvent
An event indicating that the status text has been changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance initiated this event.
    default String
    Returns a string that represents the new status text or an empty string if the status text is empty.
  • Method Details

    • browser

      default Browser browser()
      Description copied from interface: BrowserEvent
      Returns the Browser instance initiated this event.
      Specified by:
      browser in interface BrowserEvent
    • statusText

      default String statusText()
      Returns a string that represents the new status text or an empty string if the status text is empty.