Class AbstractFileEventFunctions
java.lang.Object
net.rubygrapefruit.platform.internal.jni.AbstractFileEventFunctions
- All Implemented Interfaces:
NativeIntegration
- Direct Known Subclasses:
OsxFileEventFunctions,WindowsFileEventFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classprotected static interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FileWatchercreateWatcher(Collection<String> paths, FileWatcherCallback callback, AbstractFileEventFunctions.WatcherFactory starter)
-
Constructor Details
-
AbstractFileEventFunctions
public AbstractFileEventFunctions()
-
-
Method Details
-
createWatcher
protected FileWatcher createWatcher(Collection<String> paths, FileWatcherCallback callback, AbstractFileEventFunctions.WatcherFactory starter)
-