在我的gwt应用程序中,有人开发了一个使用java.beans.PropertyChangeSupport的模块。最近,我已经开始使用该模块并获得--在运行时导入java.beans无法解决错误。:17:33.079 [ERROR] Line 4: The import java.beans cannot be resolved00:17:33.079 [ERROR] Line 14: <em
here to detect calls to incrementCounter and print a debug message我没有能力更改第三方MysteryClass,所以我想我可以使用PropertyChangeSupportPropertyChangeListener来检测secretCounter的更改:
private PropertyChangeSupportpropertySupport = new