Interface FocusEventHandler

All Superinterfaces:
BrowserEventHandler

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

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

    • onFocus

      void onFocus(BrowserEvent event)

      Focus gain event handler

      The event handler will be called, when the component gains focus.

      Parameters:
      event - The event object
      See Also: