We don't have an easy way to classify whether any given transaction is actually a channel closing (forced or otherwise).
In order to find out, we would need to keep track of all SpendableOutputDescriptors and match them, etc.
It would be great if ChannelMonitors/ChainMonitor could have a convenience method that would allow us to test whether a transaction closed the given channel (and possibly how it did).