Module com.github.kwhat.jnativehook
Package com.github.kwhat.jnativehook.dispatcher
ExecutorService implementations for native event dispatch.
- Since:
- 2.0
- Version:
- 2.0
-
Class Summary Class Description DefaultDispatchService Default implementation of theExecutorServiceused to dispatch native events.SwingDispatchService Swing compatible implementation of theExecutorServiceused to dispatch native events.VoidDispatchService Void implementation of theExecutorServiceused to dispatch native events directly on the operating system's event delivery thread.