Interface IWatchable
.NET interface for TO BE DEFINED FROM USER
public interface IWatchable
Methods
Register(WatchService, params Kind<object>[])
WatchKey Register(WatchService arg0, params WatchEvent.Kind<object>[] arg1)
Parameters
arg0
WatchServicearg1
Kind<object>[]
Returns
Exceptions
Register(WatchService, Kind<object>[], params Modifier[])
WatchKey Register(WatchService arg0, WatchEvent.Kind<object>[] arg1, params WatchEvent.Modifier[] arg2)
Parameters
arg0
WatchServicearg1
Kind<object>[]arg2
Modifier[]