Hi All,How to throw custom events using java API?I would like to use event as mechanism to save process data. I will throw event with process data and process id, and process name.The event handler which resides in the every process will catch appropriate event based on filter (name of the process) ...