Class FileEventFunctions
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.jni.FileEventFunctions
-
public class FileEventFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileEventFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcloseWatch(java.lang.Object watch, FunctionResult result)static java.lang.ObjectcreateWatch(java.lang.String path, FunctionResult result)static booleanwaitForNextEvent(java.lang.Object watch, FunctionResult result)
-
-
-
Method Detail
-
createWatch
public static java.lang.Object createWatch(java.lang.String path, FunctionResult result)
-
waitForNextEvent
public static boolean waitForNextEvent(java.lang.Object watch, FunctionResult result)
-
closeWatch
public static void closeWatch(java.lang.Object watch, FunctionResult result)
-
-