How do I listen to all Seam contextual events with parameterized names?
问题 Seam will fire different kinds of events that relate to particular scopes, tasks, or processes and appends the name of the scope, task or process to the end of the event. How do I listen to all the events of a type? E.g. for any <name> I'd like to listen to events such as these: org.jboss.seam.createProcess.<name> — called when the process is created org.jboss.seam.endProcess.<name> — called when the process ends org.jboss.seam.initProcess.<name> — called when the process is associated with