TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemEvent<E extends FsArchiveEntry>

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FsArchiveFileSystemEvent(FsArchiveFileSystem<E> source)
          Constructs a new archive file system event.
 
Method Summary
 FsArchiveFileSystem<E> getSource()
          Returns the non-null archive file system source which caused this event.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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.
Method Detail

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.

TrueZIP Kernel 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.