Closed stefanhahmann closed 2 months ago
Great finding and solution. Would you care to add some javadocs to the 3 listener methods in the
SelectionListener
interface?
Good idea. I tried my best to describe these 3 methods. Hopefully their function will be clearer with this in the future.
This PR introduces a new method
areListenersPaused()
to the interfaceSelectionModel
areListenersPaused()
is used inBranchGraphSelectionAdapter
to find out, if listeners have been paused outside of this method and only in case they are not performResolves #322