Class AbstractFileEventFunctions.NativeFileWatcherCallback
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.jni.AbstractFileEventFunctions.NativeFileWatcherCallback
-
- Enclosing class:
- AbstractFileEventFunctions
protected static class AbstractFileEventFunctions.NativeFileWatcherCallback extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NativeFileWatcherCallback(FileWatcherCallback delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpathChanged(int type, java.lang.String path)
-
-
-
Constructor Detail
-
NativeFileWatcherCallback
public NativeFileWatcherCallback(FileWatcherCallback delegate)
-
-