You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Granite Data Services Forum
Hello,
I've heard that it's possible to "intercept" some events before the
bus processes them to the [Observer] annoted method.
But I can't find it in the documentation.
In this way it will be possible to display a confirmation pop up to
process or not the event to the observer ?
Thanks in advance.
wdrai
unread,
Mar 5, 2012, 11:08:43 AM3/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gran...@googlegroups.com
You can implement IEventInterceptor, then you can event.preventDefault() in the beforeDispatch to stop the execution of the observers.