Interface InitReferenceMethod


  • public interface InitReferenceMethod
    Callback for initializing the reference (field references)
    • Method Detail

      • init

        boolean init​(Object componentInstance,
                     ComponentLogger logger)
        Initialize the reference. This is usually setting the value of a field.
        Parameters:
        componentInstance - The component instance
        logger - The logger
        Returns:
        true if initialization succeeded