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