Package org.marid.project.ivy.event
Class IvyTransferEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
- All Implemented Interfaces:
java.io.Serializable
public class IvyTransferEvent extends BroadcastEvent<IdeProject>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description org.apache.ivy.plugins.repository.TransferEventdata -
Constructor Summary
Constructors Constructor Description IvyTransferEvent(org.springframework.context.support.GenericApplicationContext context, IdeProject source, org.apache.ivy.plugins.repository.TransferEvent data) -
Method Summary
-
Field Details
-
data
public final org.apache.ivy.plugins.repository.TransferEvent data
-
-
Constructor Details
-
IvyTransferEvent
public IvyTransferEvent(org.springframework.context.support.GenericApplicationContext context, IdeProject source, org.apache.ivy.plugins.repository.TransferEvent data)
-