Community
Participate
Working Groups
Build Identifier: I20100522-1400 Currently it's possible to "inject an event" like @Inject @Optional public void injectedEvent(@UIEventTopic(TOPIC) Payload playload); It would be very useful, to extend this to make @Inject @Optional public void injectedEvent2(@UIEventTopic(TOPIC) Event event); possible. Thus the annotated way to subscribe to events could be used to catch the event itself. Reproducible: Always
Done. *** This bug has been marked as a duplicate of bug 316977 ***