fr.jayasoft.ivy.event
Class StartDownloadEvent

java.lang.Object
  extended byfr.jayasoft.ivy.event.IvyEvent
      extended byfr.jayasoft.ivy.event.DownloadEvent
          extended byfr.jayasoft.ivy.event.StartDownloadEvent

public class StartDownloadEvent
extends DownloadEvent


Constructor Summary
StartDownloadEvent(DependencyResolver resolver, Artifact artifact)
           
 
Method Summary
 DependencyResolver getResolver()
           
 
Methods inherited from class fr.jayasoft.ivy.event.DownloadEvent
getArtifact
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartDownloadEvent

public StartDownloadEvent(DependencyResolver resolver,
                          Artifact artifact)
Method Detail

getResolver

public DependencyResolver getResolver()