RTC Event handlers on Java client api
2 answers
Comments
I have looked into event handlers recently and this seems to be an API part that is not really used. However, if you look into the mail notification, you realize that there are other ways to asynchronously track and react changes.
@Sam @Ralph, Thanks for your responses.
Sorry i was not clear on my query. i was looking for the event handler from plain Java api side. we build a plugin for our developers and our plugin does few things (refreshing the user repo details when flow target changes, rebuild the cacahe based on login). Similarly we need the events that will help us to capture stream/component addition to project area/steam
I am not a specialist for that. I would suggest to look into the SDK and how the Eclipse plugins get notified. I think for example the pending changes view polls.