Interface TitleChanged

All Superinterfaces:
BrowserEvent, Event

public interface TitleChanged extends BrowserEvent
An event indicating that the web page title 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 title or an empty string if the new title 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
    • title

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