Yoann,
Take a look at the Inline::Java::Callback pod page. There is a section
there on "Callback Loops"
that will show you how to do this.
Patrick
paulin yoann wrote:
Hi,
I use Inline, for calling perl program throught a java application.
I created a class "MyClass" which extends InlineJavaPerlOb
Hi,
I use Inline, for calling perl program throught a java application.
I created a class "MyClass" which extends InlineJavaPerlObject in order to use my perl
module myPerl.pm.
The Java main class which extends Thread creates an instence of MyClass and invokes
perl method with "InvokeMethod" in