Package com.iizix.gyro
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFocusEngine
getFocusEngine(IFocusComp comp)
Returns the focus engine instance for the specified component.
Method Detail
getFocusEngine
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.