private final class FsTargetArchiveController.TouchListener extends Object implements FsArchiveFileSystemTouchListener<E>
| Modifier | Constructor and Description |
|---|---|
private |
FsTargetArchiveController.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 FsTargetArchiveController.TouchListener()
public void afterTouch(FsArchiveFileSystemEvent<? extends E> event)
FsArchiveFileSystemTouchListenerafterTouch in interface FsArchiveFileSystemTouchListener<E extends FsArchiveEntry>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.Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.