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.
dependencyAnalysisStarted
public 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
public void dependencyAnalysisCompleted(JarMakerEvent event)
- Reports completion of dependency analysis on a specific entry in a jar file.
- Parameters:
event
- The "analysis completed" event.