Class DownloadEvent
- java.lang.Object
-
- org.apache.ivy.core.event.IvyEvent
-
- org.apache.ivy.core.event.download.DownloadEvent
-
- Direct Known Subclasses:
EndArtifactDownloadEvent,NeedArtifactEvent,StartArtifactDownloadEvent
public abstract class DownloadEvent extends IvyEvent
-
-
Constructor Summary
Constructors Constructor Description DownloadEvent(java.lang.String name, Artifact artifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddArtifactAttributes(Artifact artifact)ArtifactgetArtifact()-
Methods inherited from class org.apache.ivy.core.event.IvyEvent
addAttribute, addAttributes, addConfsAttribute, addMDAttributes, addModuleIdAttributes, addMridAttributes, equals, getAttributes, getName, getSource, hashCode, toString
-
-