Class IvyTransferEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.marid.spring.events.BroadcastEvent<IdeProject>
org.marid.project.ivy.event.IvyTransferEvent
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.TransferEvent data  

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    IvyTransferEvent​(org.springframework.context.support.GenericApplicationContext context, IdeProject source, org.apache.ivy.plugins.repository.TransferEvent data)  
  • Method Summary

    Methods inherited from class org.marid.spring.events.BroadcastEvent

    check, getSource

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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)