de.schlichtherle.truezip.fs
Class FsEvent
java.lang.Object
java.util.EventObject
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
|
Constructor Summary |
FsEvent(FsModel source)
Constructs a new file system event. |
|
Method Summary |
FsModel |
getSource()
Returns the file system model which caused this event. |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FsEvent
public FsEvent(@NonNull
FsModel source)
- Constructs a new file system event.
- Parameters:
source - the file system model which caused this event.
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.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.