Interface AmLink.AmLinkSupplier

  • Enclosing interface:
    AmLink
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface AmLink.AmLinkSupplier
    A supplier of AM Link.
    • Method Detail

      • get

        AmLink get​(AmLinkListener amLinkListener)
        Create an AmLink instance.
        Parameters:
        amLinkListener - the object which will listen the AmLink state
        Returns:
        A promise of this AmLink's start completion.