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
Original issue reported on code.google.com by
andrew.pietsch
on 29 Jul 2010 at 6:11