Package lu.kbra.modelizer_next.common
Class FileOpenBridge
java.lang.Object
lu.kbra.modelizer_next.common.FileOpenBridge
Stores a file-open callback used when the operating system asks the app to open a file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidClears the callback.static voidInstalls the file handler.static voidsetCallback(Runnable ping) Sets the callback.
-
Field Details
-
TO_BE_OPENED
-
PING
-
-
Constructor Details
-
FileOpenBridge
public FileOpenBridge()
-
-
Method Details
-
setCallback
Sets the callback.- Parameters:
ping- ping value used by the operation
-
clearCallback
public static void clearCallback()Clears the callback. -
installFileHandler
public static void installFileHandler()Installs the file handler.
-