Interface InstanceGeneratorDelegate
public interface InstanceGeneratorDelegate
Delegates the generation of Intsances, by creating Instances proxies.
This is needed for example to execute code in the JavaFX thread.
-
Method Summary
-
Method Details
-
proxy
Creates a proxied instance- Type Parameters:
T- The type of the Object the Instance contains- Parameters:
instance- The Instance- Returns:
- A proxied Instance
-