utilities

Interface JarMakerListener

  • All Superinterfaces:
    java.util.EventListener


    public interface JarMakerListener
    extends java.util.EventListener
    The JarMakerListener interface provides a listener interface for receiving JarMaker events.
    • Method Detail

      • dependencyAnalysisStarted

        void dependencyAnalysisStarted(JarMakerEvent event)
        Reports the start of dependency analysis on a specific entry in a jar file.
        Parameters:
        event - The "analysis started" event.
      • dependencyAnalysisCompleted

        void dependencyAnalysisCompleted(JarMakerEvent event)
        Reports completion of dependency analysis on a specific entry in a jar file.
        Parameters:
        event - The "analysis completed" event.