Interface FocusOutEventHandler

All Superinterfaces:
BrowserEventHandler

public interface FocusOutEventHandler extends BrowserEventHandler
Focus out event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Focus out event handler
  • Method Details

    • onFocusOut

      void onFocusOut(BrowserEvent event)

      Focus out event handler

      The event handler will be called, when the component is about to lose focus from the browser.

      Parameters:
      event - The event object