I could not find listeners to the following events: 1. Annotation Added 2. Comment Added 3. Comment Deleted All the 3 events are emitted via the `onStateChanged` event, thus determining the specific atomic event that just occurred is difficult. Is there something I am missing here? Or, do I need to write some logic on my end to figure these operations out from the onStateChaged listener