de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemEvent<E extends FsArchiveEntry>
java.lang.Object
java.util.EventObject
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEvent<E>
- Type Parameters:
E - The type of the archive entries.
- All Implemented Interfaces:
- Serializable
@Immutable
class FsArchiveFileSystemEvent<E extends FsArchiveEntry>
- extends EventObject
An archive file system event.
- Author:
- Christian Schlichtherle
- See Also:
FsArchiveFileSystemTouchListener
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FsArchiveFileSystemEvent
FsArchiveFileSystemEvent(FsArchiveFileSystem<E> source)
- Constructs a new archive file system event.
- Parameters:
source - the non-null archive file system source which
caused this event.
getSource
public FsArchiveFileSystem<E> getSource()
- Returns the non-
null archive file system source which caused
this event.
- Overrides:
getSource in class EventObject
- Returns:
- The non-
null archive file system source which caused
this event.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.