All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface utilities.JarMakerListener

public interface JarMakerListener
extends EventListener
The JarMakerListener interface provides a listener interface for receiving JarMaker events.


Method Index

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

Methods

 o dependencyAnalysisStarted
 public abstract void dependencyAnalysisStarted(JarMakerEvent event)
Reports the start of dependency analysis on a specific entry in a jar file.

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

Parameters:
event - The "analysis completed" event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index