public interface RpcDispatchHooks
DispatchCall.
onExecute(Action, boolean) will be called just before any action is attempted.onSuccess(Action, Result, boolean) will be called when any action succeeds.onFailure(Action , Throwable, boolean) will be called when any action fails.Copyright © 2010–2015 Arcbees. All rights reserved.