Changes between Initial Version and Version 1 of Ticket #17040, comment 3


Ignore:
Timestamp:
2018-11-28T20:42:05+01:00 (7 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17040, comment 3

    initial v1  
    77[[Image(17040_2.png)]]
    88
    9 In both cases `TaginfoAction` is involved. `JosmAction`s are natively `Destroyable` and will release all resources (including listeners) when their `destroy` method is called. In this case we hneed to make sure that `HistoryBrowserDialog.dispose()` effectively calls the `destroy` method of all inner actions.
     9In both cases `TaginfoAction` is involved. `JosmAction`s are natively `Destroyable` and will release all resources (including listeners) when their `destroy` method is called. In this case we need to make sure that `HistoryBrowserDialog.dispose()` effectively calls the `destroy` method of all inner actions.