private final class FsDefaultArchiveController.TouchListener extends Object implements FsArchiveFileSystemTouchListener<E>
| Modifier | Constructor and Description |
|---|---|
private |
FsDefaultArchiveController.TouchListener() |
| 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.
|
private FsDefaultArchiveController.TouchListener()
public void beforeTouch(FsArchiveFileSystemEvent<? extends E> event) throws IOException
FsArchiveFileSystemTouchListenerIOException), then the modification
is effectively vetoed.beforeTouch in interface FsArchiveFileSystemTouchListener<E extends FsArchiveEntry>IOException - at the discretion of the implementation.public void afterTouch(FsArchiveFileSystemEvent<? extends E> event)
FsArchiveFileSystemTouchListenerafterTouch in interface FsArchiveFileSystemTouchListener<E extends FsArchiveEntry>Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.