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
Modifier and TypeMethodDescriptiongetFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.
Method Details
getFocusEngine
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.