Serialized Form


Package com.teamdev.filewatch

Class com.teamdev.filewatch.FileEvent extends java.util.EventObject implements Serializable

Serialized Fields

file

java.io.File file

eventId

long eventId

Class com.teamdev.filewatch.FileEvent.Added extends FileEvent implements Serializable

Class com.teamdev.filewatch.FileEvent.Changed extends FileEvent implements Serializable

Class com.teamdev.filewatch.FileEvent.Deleted extends FileEvent implements Serializable

Serialized Fields

isDirectory

boolean isDirectory

Class com.teamdev.filewatch.FileEvent.Moved extends FileEvent.Renamed implements Serializable

Class com.teamdev.filewatch.FileEvent.Renamed extends FileEvent implements Serializable

Serialized Fields

oldFile

java.io.File oldFile

Class com.teamdev.filewatch.WatcherEvent extends java.util.EventObject implements Serializable

Class com.teamdev.filewatch.WatcherEvent.Started extends WatcherEvent implements Serializable

Class com.teamdev.filewatch.WatcherEvent.Stopped extends WatcherEvent implements Serializable

Serialized Fields

stopReason

WatcherEvent.StopReason stopReason

Package com.teamdev.filewatch.linux

Class com.teamdev.filewatch.linux.EpoolEvent extends java.lang.Object implements Serializable