Uses of Class
com.teamdev.filewatch.FileEvent

Packages that use FileEvent
com.teamdev.filewatch   
com.teamdev.filewatch.linux   
com.teamdev.filewatch.mac   
com.teamdev.filewatch.win   
 

Uses of FileEvent in com.teamdev.filewatch
 

Subclasses of FileEvent in com.teamdev.filewatch
static class FileEvent.Added
          The event for a new file.
static class FileEvent.Changed
          The event for a changed file.
static class FileEvent.Deleted
          The event for a deleted file.
static class FileEvent.Moved
           Artificial event that represents add-delete event pair for the file reallocated from one folder to another.
static class FileEvent.Renamed
          The event for a renamed file.
 

Methods in com.teamdev.filewatch that return types with arguments of type FileEvent
protected abstract  java.util.List<FileEvent> FileWatcher.readEvents()
          Reads next portion of file system events.
 

Methods in com.teamdev.filewatch with parameters of type FileEvent
protected  boolean FileWatcher.accept(FileEvent event)
          Verifies if the specified event should be filtered out or not using the associated FileEventFilter.
 boolean FileMaskFilter.accept(FileEvent e)
          Tests if the specified event should be processed further.
 boolean FileEventFilter.accept(FileEvent e)
          Tests if the specified event should be processed further.
 

Uses of FileEvent in com.teamdev.filewatch.linux
 

Methods in com.teamdev.filewatch.linux that return types with arguments of type FileEvent
protected  java.util.List<FileEvent> INotifyWatcher.readEvents()
          Reads next portion of file system events.
 

Uses of FileEvent in com.teamdev.filewatch.mac
 

Methods in com.teamdev.filewatch.mac that return types with arguments of type FileEvent
protected  java.util.List<FileEvent> KEventWatcher.readEvents()
          Reads next portion of file system events.
protected  java.util.List<FileEvent> FSEventWatcher.readEvents()
           
 

Uses of FileEvent in com.teamdev.filewatch.win
 

Methods in com.teamdev.filewatch.win that return types with arguments of type FileEvent
protected  java.util.List<FileEvent> NTFSWatcher.readEvents()
           
protected  java.util.List<FileEvent> FATWatcher.readEvents()