Interface LicenseChecker.Callback

Enclosing class:
LicenseChecker

public static interface LicenseChecker.Callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    ok()
     
  • Method Details

    • ok

      void ok()
    • failed

      void failed(Exception e)