Module com.github.kwhat.jnativehook
Package com.github.kwhat.jnativehook
Interface NativeLibraryLocator
-
- All Known Implementing Classes:
DefaultLibraryLocator
public interface NativeLibraryLocator
Interface used for native library loading. This interface should be implemented to alter what libraries are loaded, and where they are loaded from. Thejnativehook.lib.locator
property should be set to the implementing class prior to loading theGlobalScreen
class. If no property is specified,DefaultLibraryLocator
will be used.- Since:
- 2.0
- Version:
- 2.0
- Author:
- Aidas Adomkus (vasiukai@gmail.com)
- See Also:
DefaultLibraryLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<File>
getLibraries()
Perform procedures to interface with the native library.
-