1
vote
2answers
62 views
How can I listen to Windows events from a Java app?
I have a process written in C++ that raises a named event using CreateEvent.
Is there a java implementation of the WaitForSingleObject function?
Is there a better way to pass events between …
