Do CDI Events observed across session scoped JSF backing beans
First, you'd better specify the type of the event:
@Inject
private Event<EventObj> events;
Apart from that there is no indication in the spec that would limit the bean instances on which the observer method is invoked. I'd file an issue about this (in the bugtracker of the implementation you are using. Perhaps Weld?)