Interface BrowserBecameResponsive

All Superinterfaces:
BrowserEvent, Event

public interface BrowserBecameResponsive extends BrowserEvent
An event indicating that the browser instance has become responsive.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance initiated this event.
  • Method Details