Closed glebfox closed 3 years ago
For QA:
There is no addDetachListener in component interfaces, you'll need to cast a component to its implementation, e.g. ((ButtonImpl) btn).addDetachListener(...)
addDetachListener
((ButtonImpl) btn).addDetachListener(...)
For QA:
There is no
addDetachListener
in component interfaces, you'll need to cast a component to its implementation, e.g.((ButtonImpl) btn).addDetachListener(...)