neo09 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

Consider adding a NavigationRefusedEvent fired when the user refuses to navigate. #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This situation occurs when the PlaceManager.setOnLeaveConfirmation feature is 
used.

Sometimes, the application might be interested to know when the user 
explicitly refuses to navigate out of the page. Such a situation is discussed 
in:
http://groups.google.com/group/gwt-
platform/browse_thread/thread/eca9605c7befe3f3

A simple way to solve that would be for the PlaceManager to fire a 
NavigationRefusedEvent whenever the user refuses to navigate. The presenter 
that needs to be notified can now listen for this event and act accordingly.

Original issue reported on code.google.com by philippe.beaudoin on 7 May 2010 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by goudreau...@gmail.com on 26 May 2010 at 7:54

GoogleCodeExporter commented 9 years ago

Original comment by goudreau...@gmail.com on 27 May 2010 at 5:36