E - The type of the archive entries.interface FsArchiveFileSystemTouchListener<E extends FsArchiveEntry>
extends java.util.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 beforeTouch(FsArchiveFileSystemEvent<? extends E> event) throws java.io.IOException
IOException), then the modification
is effectively vetoed.java.io.IOException - at the discretion of the implementation.void afterTouch(FsArchiveFileSystemEvent<? extends E> event)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.