How can event in c# be subscribed to in java

17 views
Skip to first unread message

yang guo

unread,
Feb 14, 2023, 4:31:09 AM2/14/23
to jni4net
c# code
public static class IEvent
    {
        public static event Action event1;
    }

java code

IEvent.addevent1(MulticastDelegate m);


java how to subscribe c# event

Reply all
Reply to author
Forward
0 new messages