Interface SimplePluginInstallerListener

All Known Implementing Classes:
SimplePluginInstallWindow

public interface SimplePluginInstallerListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    progress(int percent)
     
  • Method Details

    • finished

      void finished()
    • progress

      void progress(int percent)
    • failed

      void failed(Throwable e)