Interface VerifierFactoryObserver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void update​(java.lang.String s)
      VerifierFactoryObserver instances are notified invoking this method.
    • Method Detail

      • update

        void update​(java.lang.String s)
        VerifierFactoryObserver instances are notified invoking this method. The String argument is the fully qualified class name of a class a new Verifier instance created by the VerifierFactory operates on.