Interface FocusInEventHandler

All Superinterfaces:
BrowserEventHandler

public interface FocusInEventHandler extends BrowserEventHandler
Focus in event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

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

    • onFocusIn

      void onFocusIn(BrowserEvent event)

      Focus in event handler

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

      Parameters:
      event - The event object