Module jEdit

Interface BshClassPath.MappingFeedback

Enclosing class:
BshClassPath

public static interface BshClassPath.MappingFeedback
  • Method Details

    • startClassMapping

      void startClassMapping()
    • classMapping

      void classMapping(String msg)
      Provide feedback on the progress of mapping the classpath
    • errorWhileMapping

      void errorWhileMapping(String msg)
    • endClassMapping

      void endClassMapping()