public interface ArchiveEventHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(ArchiveEvent event)
CallBack when a
Asset is added to a specific ArchivePath . |
void handle(ArchiveEvent event)
Asset
is added to a specific ArchivePath
.event
- ArchiveEvent
generated adding an Asset
.