Event handling anomaly

爱⌒轻易说出口 提交于 2019-12-18 06:57:10

问题


After the last library update (my jar files dates is 22. Oct.) The event handling does not work as expected. For example the SwipeEvent in SwipeableContainer and the ActionListener in FloatinAutton works. But the button and MultiButton does not. I debuged it. Does not fall into any EventDispatcher instance that includes relevant listener. So the handler code defined in the form (multiButton.addActionListener(e -> {...) is not called anymore.

This phenomenon can be reproduced by recompiling the KitchenSink app and running it in the simulator. And the downloaded apk does not work correctly. The the app can be downloaded from here

When I copy back the earlier backup of libraries and compile the app it works in the simulator. I think the relevant component is the JavaSE.jar. Unfortunately with the old libraries can not make my application on the build server.

Best regards Péter

来源:https://stackoverflow.com/questions/52954030/event-handling-anomaly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!