mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
69 stars 20 forks source link

Introduce new method areListenersPaused() to interface SelectionModel #324

Closed stefanhahmann closed 2 months ago

stefanhahmann commented 2 months ago

This PR introduces a new method areListenersPaused() to the interface SelectionModel

Resolves #322

stefanhahmann commented 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.