Uses of Class
com.teamdev.filewatch.WatcherEvent.StopReason

Packages that use WatcherEvent.StopReason
com.teamdev.filewatch   
 

Uses of WatcherEvent.StopReason in com.teamdev.filewatch
 

Methods in com.teamdev.filewatch that return WatcherEvent.StopReason
 WatcherEvent.StopReason WatcherEvent.Stopped.getStopReason()
           
static WatcherEvent.StopReason WatcherEvent.StopReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WatcherEvent.StopReason[] WatcherEvent.StopReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.teamdev.filewatch with parameters of type WatcherEvent.StopReason
WatcherEvent.Stopped(FileWatcher source, WatcherEvent.StopReason reason)