Module com.github.kwhat.jnativehook
Package com.github.kwhat.jnativehook
Interface NativeLibraryLocator
-
- All Known Implementing Classes:
DefaultLibraryLocator
public interface NativeLibraryLocatorInterface used for native library loading. This interface should be implemented to alter what libraries are loaded, and where they are loaded from. Thejnativehook.lib.locatorproperty should be set to the implementing class prior to loading theGlobalScreenclass. If no property is specified,DefaultLibraryLocatorwill 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.
-