public interface IAutoWired
| Modifier and Type | Method and Description |
|---|---|
default void |
afterInitialized(BaseComponent root)
Called when the controller has been fully initialized.
|
default void |
beforeInitialized(BaseComponent root)
Called before the controller has been fully initialized.
|
default void afterInitialized(BaseComponent root)
root - The root component to which this controller is bound.default void beforeInitialized(BaseComponent root)
root - The root component to which this controller will be bound.Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.