Interface TransferCallback
-
- All Known Implementing Classes:
ReplicationActionExecutor.ReplicationDefinitionLockExtender
public interface TransferCallbackThe transfer callback is called during a transfer, it allows the real-time feedback of an in progress transfer. It can be used to populate a deployment report or to display a user interface.- Author:
- Mark Rogers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessEvent(TransferEvent event)processEvent
-
-
-
Method Detail
-
processEvent
void processEvent(TransferEvent event)
processEvent- Parameters:
event- TransferEvent
-
-