TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Class FsEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.schlichtherle.truezip.fs.FsEvent
All Implemented Interfaces:
Serializable

@Immutable
public class FsEvent
extends EventObject

A file system event.

Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FsEvent(FsModel source)
          Constructs a new file system event.
 
Method Summary
 FsModel getSource()
          Returns the file system model 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

FsEvent

public FsEvent(@NonNull
               FsModel source)
Constructs a new file system event.

Parameters:
source - the file system model which caused this event.
Method Detail

getSource

@NonNull
public final FsModel getSource()
Returns the file system model which caused this event.

Overrides:
getSource in class EventObject
Returns:
The file system model which caused this event.

TrueZIP Kernel 7.0-rc1

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