Interface AssemblyInstallCallback


public interface AssemblyInstallCallback
Callback for Assembly.whenIntalled().
Since:
9
Version:
9
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInstall(Assembly assembly)
    Called when the associated assembly is fully installed.
  • Method Details

    • onInstall

      void onInstall(Assembly assembly)
      Called when the associated assembly is fully installed. Used on conjunction with Assembly.whenInstalled() .
      Since:
      9