Hi all! Is it possible to have dynamic events like in Seam 2. Example
...
fireEvent(entity.getState(),entity);
...
@Observer("<some entity state>")
public void onEntity(...) {
}
So i can have an observer only for the states i need.
I found it's possible but needs some more work than in Seam 2. Sorry for the noise.