Interface IFocusEngineProvider

All Known Implementing Classes:
AppSessionGyro, ClientSessionGyro

public interface IFocusEngineProvider
Interface implemented by parties that can return a focus engine that is appropriate.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the focus engine instance for the specified component.
  • Method Details Link icon

    • getFocusEngine Link icon

      IFocusEngine getFocusEngine(IFocusComp comp)
      Returns the focus engine instance for the specified component.
      Parameters:
      comp - The component requesting the focus engine.
      Returns:
      The focus engine instance, or null if not found.