Class AbstractFileEventFunctions
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.jni.AbstractFileEventFunctions
-
- All Implemented Interfaces:
NativeIntegration
- Direct Known Subclasses:
OsxFileEventFunctions,WindowsFileEventFunctions
public class AbstractFileEventFunctions extends java.lang.Object implements NativeIntegration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAbstractFileEventFunctions.AbstractFileWatcherprotected static classAbstractFileEventFunctions.NativeFileWatcherCallbackprotected static interfaceAbstractFileEventFunctions.WatcherFactory
-
Constructor Summary
Constructors Constructor Description AbstractFileEventFunctions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FileWatchercreateWatcher(java.util.Collection<java.lang.String> paths, FileWatcherCallback callback, AbstractFileEventFunctions.WatcherFactory starter)
-
-
-
Method Detail
-
createWatcher
protected FileWatcher createWatcher(java.util.Collection<java.lang.String> paths, FileWatcherCallback callback, AbstractFileEventFunctions.WatcherFactory starter)
-
-