public interface TransferEvent
The TransferCallback presents TransferEvents for processing.
TransferCallback
Modifier and Type | Interface and Description |
---|---|
static class |
TransferEvent.TransferState
The transfer events will Start with a START event and finish with either SUCCESS or ERROR
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Get a human readable message for this event
|
Date |
getTime()
The time this event occured.
|
TransferEvent.TransferState |
getTransferState()
Get the state of this transfer
|
boolean |
isLast()
Is this the last event for this transfer ?
|
TransferEvent.TransferState getTransferState()
Date getTime()
String getMessage()
boolean isLast()
Copyright © 2005–2017 Alfresco Software. All rights reserved.