|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - The type of the archive entries.interface FsArchiveFileSystemTouchListener<E extends FsArchiveEntry>
Used to notify implementations of an event in an FsArchiveFileSystem.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void beforeTouch(FsArchiveFileSystemEvent<? extends E> event)
throws IOException
IOException), then the modification
is effectively vetoed.
IOException - at the discretion of the implementation.void afterTouch(FsArchiveFileSystemEvent<? extends E> event)
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||