public class FileWrittenEvent extends AbstractStoreEvent
Path has been written.| Constructor and Description |
|---|
FileWrittenEvent(java.lang.Object source,
Path path)
Instantiates a new file written event.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getPath()
Gets the path.
|
java.lang.String |
toString() |
getTimestamppublic FileWrittenEvent(java.lang.Object source,
Path path)
source - the sourcepath - the pathpublic Path getPath()
public java.lang.String toString()
toString in class java.util.EventObject