Interface FocusLost

All Superinterfaces:
BrowserEvent, Event

public interface FocusLost extends BrowserEvent
An event indicating that the browser instance has lost the focus.

This event can be triggered multiple times for a single browser instance, e.g. when an already focused browser instance closes its Print Preview dialog.

  • Method Summary

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