datni / gwt-pectin

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

Add UiCommand onAbort style methods equivalent to onError and onSucess #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There's currently no way to react to abort events from UiCommands.  I.e. 
there's no support for the following:

uiCommand.always().onAbortInvoke(...)
uiCommand.always().onAbortSend(T).to(...)

It may also be nice to support:

uiCommand.always().onErrorOrAbortInvoke(...)
uiCommand.always().onErrorOrAbortSend(...)

Original issue reported on code.google.com by andrew.pietsch on 29 Jul 2010 at 6:11