T
- The type of FormController to clone.public static interface FormController.CloneableFormController<T extends FormController>
Interface that can be implemented by FormController subclasses that support Cloning and replacing themselves. This Functionality is mostly useful for Hot reload in the simulator, which is currently experimental and requires the use of Hotswap agent.
Modifier and Type | Method and Description |
---|---|
T |
cloneAndReplace() |
T cloneAndReplace()
Copyright © 2022. All Rights Reserved.