public class ArchiveEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Asset |
asset |
private Asset |
handledAsset |
private ArchivePath |
path |
Constructor and Description |
---|
ArchiveEvent(ArchivePath path,
Asset asset) |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset() |
Asset |
getHandledAsset() |
ArchivePath |
getPath() |
void |
setHandledAsset(Asset handledAsset) |
private final Asset asset
private final ArchivePath path
private Asset handledAsset
public ArchiveEvent(ArchivePath path, Asset asset)
public Asset getAsset()
public ArchivePath getPath()
public Asset getHandledAsset()
public void setHandledAsset(Asset handledAsset)