2 Replies Latest reply on May 1, 2006 6:46 PM by gavin.king

    Events.raiseEvent with javabeans

      When one javabean raises an event to another javabean, what needs to be the syntax for the event method? A nonarg method is easy.

      How does one raise an event such that the Observer knows who initiated it? It doesn't appear from the CVS source that the initiator is passed to the Observer. Should there be a raiseEvent method that takes in an (Object... args) and passes those to the Observer?