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

    Modifier and Type
    Method
    Description
    <T> Instance<T>
    proxy(Instance<T> instance)
    Creates a proxied instance
  • Method Details

    • proxy

      <T> Instance<T> proxy(Instance<T> instance)
      Creates a proxied instance
      Type Parameters:
      T - The type of the Object the Instance contains
      Parameters:
      instance - The Instance
      Returns:
      A proxied Instance