Uses of Interface
org.sonatype.aether.transfer.TransferEvent

Packages that use TransferEvent
org.sonatype.aether.transfer   
 

Uses of TransferEvent in org.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer with parameters of type TransferEvent
 void TransferListener.transferCorrupted(TransferEvent event)
          Notifies the listener that a checksum validation failed.
 void TransferListener.transferFailed(TransferEvent event)
          Notifies the listener about the unsuccessful termination of a transfer.
 void TransferListener.transferInitiated(TransferEvent event)
          Notifies the listener about the initiation of a transfer.
 void TransferListener.transferProgressed(TransferEvent event)
          Notifies the listener about some progress in the data transfer.
 void TransferListener.transferStarted(TransferEvent event)
          Notifies the listener about the start of a data transfer, i.e. the successful connection to the remote repository.
 void TransferListener.transferSucceeded(TransferEvent event)
          Notifies the listener about the successful completion of a transfer.
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.