Discussion:
[Ikvm-developers] Event handler stub issue
Jeroen Frijters
2016-12-20 11:24:36 UTC
Permalink
Hi Igor,

I think your IDE is confused. The type should be something like this:

cli.System.EventHandler$$00601_$$$_Lcli__TradingTechnologies__TTAPI__InstrumentLookupSubscriptionEventArgs_$$$$_

Regards,
Jeroen
-----Original Message-----
Sent: Monday, December 19, 2016 15:24
Subject: [Ikvm-developers] Event handler stub issue
Hey everyone,
ikvmstub generated a stub for an event handler that I am unable to use.
import cli.TradingTechnologies.TTAPI.*;
public final class InstrumentLookupSubscription extends
Subscription implements IDisposable, AutoCloseable {

public final native void add_Update(_ var1);
import
cli.System.EventHandler..00601_..._Lcli__TradingTechnologies__TTAPI__Ins
trumentLookupSubscriptionEventArgs_...._;
request.add_Update(x);
I’m using jdk1.8.0_45.jdk.
Have I found a bug or unimplemented feature, or am I not using the
library correctly? Or perhaps, the event handler type is confusing my
IDE (IntelliJ)?
Cheers,
Igor
Loading...