fr.jayasoft.ivy.event
Class DownloadEvent

java.lang.Object
  extended byfr.jayasoft.ivy.event.IvyEvent
      extended byfr.jayasoft.ivy.event.DownloadEvent
Direct Known Subclasses:
EndDownloadEvent, StartDownloadEvent

public abstract class DownloadEvent
extends IvyEvent


Constructor Summary
DownloadEvent(Artifact artifact)
           
 
Method Summary
 Artifact getArtifact()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadEvent

public DownloadEvent(Artifact artifact)
Method Detail

getArtifact

public Artifact getArtifact()