utilities
Interface JarMakerListener

All Superinterfaces:
EventListener

public interface JarMakerListener
extends EventListener

The JarMakerListener interface provides a listener interface for receiving JarMaker events.


Method Summary
 void dependencyAnalysisCompleted(JarMakerEvent event)
          Reports completion of dependency analysis on a specific entry in a jar file.
 void dependencyAnalysisStarted(JarMakerEvent event)
          Reports the start of dependency analysis on a specific entry in a jar file.
 

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.