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 theExecutorService
used to dispatch native events.SwingDispatchService Swing compatible implementation of theExecutorService
used to dispatch native events.VoidDispatchService Void implementation of theExecutorService
used to dispatch native events directly on the operating system's event delivery thread.