Class AgentBuilder.InstallationListener.Compound

    • Constructor Detail

      • Compound

        public Compound​(AgentBuilder.InstallationListener... installationListener)
        Creates a new compound listener.
        Parameters:
        installationListener - The installation listeners to notify.
      • Compound

        public Compound​(java.util.List<? extends AgentBuilder.InstallationListener> installationListeners)
        Creates a new compound listener.
        Parameters:
        installationListeners - The installation listeners to notify.