it.geosolutions.filesystemmonitor.monitor
Class FileSystemEvent
java.lang.Object
java.util.EventObject
it.geosolutions.filesystemmonitor.monitor.FileSystemEvent
- All Implemented Interfaces:
- java.io.Serializable
public class FileSystemEvent
- extends java.util.EventObject
- Author:
- Alessio Fabiani, GeoSolutions
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileSystemEvent
public FileSystemEvent(java.io.File source,
FileSystemEventType eventType)
getEventType
public FileSystemEventType getEventType()
- Returns:
- Returns the eventType.
getSource
public java.io.File getSource()
- Overrides:
getSource in class java.util.EventObject
getTimestamp
public long getTimestamp()
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.EventObject
Copyright © 2006-2012 GeoSolutions. All Rights Reserved.