T - The type of the root component.public interface ITypedAutoWired<T extends BaseComponent> extends IAutoWired
| Modifier and Type | Method and Description |
|---|---|
default void |
afterInitialized(BaseComponent root)
Called when the controller has been fully initialized.
|
default void |
afterTypedInitialized(T root)
Called when the controller has been fully initialized.
|
default void |
beforeInitialized(BaseComponent root)
Called before the controller has been fully initialized.
|
default void |
beforeTypedInitialized(T root)
Called before the controller has been fully initialized.
|
default void afterTypedInitialized(T root)
root - The root component to which this controller is bound.default void beforeTypedInitialized(T root)
root - The root component to which this controller will be bound.default void afterInitialized(BaseComponent root)
IAutoWiredafterInitialized in interface IAutoWiredroot - The root component to which this controller is bound.default void beforeInitialized(BaseComponent root)
IAutoWiredbeforeInitialized in interface IAutoWiredroot - The root component to which this controller will be bound.Copyright © 2018 Fujion Framework. All rights reserved.