E - The type of the archive entries.interface FsArchiveFileSystemTouchListener<E extends FsArchiveEntry> extends EventListener
FsArchiveFileSystem.| Modifier and Type | Method and Description |
|---|---|
void |
afterTouch(FsArchiveFileSystemEvent<? extends E> event)
Called immediately after the source archive file system has been
modified (touched) for the first time.
|
void |
beforeTouch(FsArchiveFileSystemEvent<? extends E> event)
Called immediately before the source archive file system is going to
get modified (touched) for the first time.
|
void afterTouch(FsArchiveFileSystemEvent<? extends E> event)
void beforeTouch(FsArchiveFileSystemEvent<? extends E> event) throws IOException
IOException), then the modification
is effectively vetoed.IOException - at the discretion of the implementation.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.