Closed jadamcrain closed 2 years ago
Since the adapters don't override the ILinkListener methods, they can't forward the C++ events to the Java callbacks:
ILinkListener
https://github.com/dnp3/opendnp3/blob/release/java/cpp/adapters/OutstationApplicationAdapter.h https://github.com/dnp3/opendnp3/blob/release/java/cpp/adapters/MasterApplicationAdapter.h
Since the adapters don't override the
ILinkListener
methods, they can't forward the C++ events to the Java callbacks:https://github.com/dnp3/opendnp3/blob/release/java/cpp/adapters/OutstationApplicationAdapter.h https://github.com/dnp3/opendnp3/blob/release/java/cpp/adapters/MasterApplicationAdapter.h