Subscribe to events (listener pattern) in .jar #454
Replies: 1 comment 2 replies
-
"the Java lbrary?" Depends on the actual Java library. All IKVM does is let you run and access the classes in the Java from .NET. Anything you'd want to actually do with that library is going to be up to the library. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there an example how to subscribe to events in the java library? Would it be straight forward? Just implementing the listener pattern in the .Net application? Or is there something I have to take care about?
Is there anywhere an up to date documentation or should I stick to the sourceforge copied one?
Background:
I have an existing Java application and I have to reuse it in C#. I have to use a certain communication library only available in C# and put it on top of the old Java application. But I would need to be able to be informed on certain events from the java application.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions