Uses of Class
org.sonatype.aether.transfer.TransferCancelledException

Packages that use TransferCancelledException
org.sonatype.aether.test.impl   
org.sonatype.aether.transfer   
org.sonatype.aether.util.listener   
 

Uses of TransferCancelledException in org.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl that throw TransferCancelledException
 void RecordingTransferListener.transferCorrupted(TransferEvent event)
           
 void RecordingTransferListener.transferInitiated(TransferEvent event)
           
 void RecordingTransferListener.transferProgressed(TransferEvent event)
           
 void RecordingTransferListener.transferStarted(TransferEvent event)
           
 

Uses of TransferCancelledException in org.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer that throw TransferCancelledException
 void TransferListener.transferCorrupted(TransferEvent event)
          Notifies the listener that a checksum validation failed.
 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.
 

Uses of TransferCancelledException in org.sonatype.aether.util.listener
 

Methods in org.sonatype.aether.util.listener that throw TransferCancelledException
 void AbstractTransferListener.transferCorrupted(TransferEvent event)
           
 void AbstractTransferListener.transferInitiated(TransferEvent event)
           
 void AbstractTransferListener.transferProgressed(TransferEvent event)
           
 void AbstractTransferListener.transferStarted(TransferEvent event)
           
 



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