| Package | Description | 
|---|---|
| org.eclipse.aether.transfer | A listener and various exception types dealing with the transfer of a resource between the local system and a remote
 repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransferEvent | TransferEvent.Builder. build()Builds a new transfer event from the current values of this builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransferListener. transferCorrupted(TransferEvent event)Notifies the listener that a checksum validation failed. | 
| void | AbstractTransferListener. transferCorrupted(TransferEvent event) | 
| void | TransferListener. transferFailed(TransferEvent event)Notifies the listener about the unsuccessful termination of a transfer. | 
| void | AbstractTransferListener. transferFailed(TransferEvent event) | 
| void | TransferListener. transferInitiated(TransferEvent event)Notifies the listener about the initiation of a transfer. | 
| void | AbstractTransferListener. transferInitiated(TransferEvent event) | 
| void | TransferListener. transferProgressed(TransferEvent event)Notifies the listener about some progress in the data transfer. | 
| void | AbstractTransferListener. transferProgressed(TransferEvent event) | 
| void | TransferListener. transferStarted(TransferEvent event)Notifies the listener about the start of a data transfer. | 
| void | AbstractTransferListener. transferStarted(TransferEvent event) | 
| void | TransferListener. transferSucceeded(TransferEvent event)Notifies the listener about the successful completion of a transfer. | 
| void | AbstractTransferListener. transferSucceeded(TransferEvent event) | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.