I need to pass an object from one class to many different classes.
The purpose of this is to create one method that passes an object to other listeners. This means that you can add more classes, and I just need to implement the listener function for this class, and not edit any framework.
I am trying to accomplish this without using JMS (if possible!)
source
share