how to send org.osgi.service.event.Event to frontend javascript
I have a requirement where i need to update the status of an icon based on an
org.osgi.service.event.Eventthe icon needs to be hidden or visible or title needs to be changed based on the value of that event. How can we send this event to the front end javascript so that i can update the ui according to this?
