Interface ILoginCallback


  • public interface ILoginCallback
    This interface defines a Spoon Login callback.
    Author:
    rmansoor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onCancel()
      On a user cancelation from the repository login dialog, this method is invoked
      void onError​(Throwable t)
      On any error caught during the login process, this method is invoked
      void onSuccess​(org.pentaho.di.repository.Repository repository)
      On a successful login to the repository, this method is invoked
    • Method Detail

      • onSuccess

        void onSuccess​(org.pentaho.di.repository.Repository repository)
        On a successful login to the repository, this method is invoked
        Parameters:
        repository -
      • onCancel

        void onCancel()
        On a user cancelation from the repository login dialog, this method is invoked
      • onError

        void onError​(Throwable t)
        On any error caught during the login process, this method is invoked
        Parameters:
        t -