com.teamdev.filewatch
Interface WatcherEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
WatcherEventAdapter

public interface WatcherEventListener
extends java.util.EventListener

The listener interface for reporting file watcher state changes


Method Summary
 void fileWatcherStarted(WatcherEvent.Started e)
          Invoked when the file watcher has been started
 void fileWatcherStopped(WatcherEvent.Stopped e)
          Invoked when the file watcher has been stopped
 

Method Detail

fileWatcherStarted

void fileWatcherStarted(WatcherEvent.Started e)
Invoked when the file watcher has been started

Parameters:
e - file watcher event

fileWatcherStopped

void fileWatcherStopped(WatcherEvent.Stopped e)
Invoked when the file watcher has been stopped

Parameters:
e - file watcher event