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 a C++ or .NET process and a Java process?
(I am aware of the option to use JNI to wrap whatever calls I want. I am looking for a library that already took care of it.)
thanks,
Ariel