nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)This interface implements the callbacks passed to the nsIChannelEventSink.asyncOnChannelRedirect()
method.
void onRedirectVerifyCallback(in nsresult result); |
Implements the asynchronous callback passed to nsIChannelEventSink.asyncOnChannelRedirect()
. The result of the redirect decision is passed through this callback.
void onRedirectVerifyCallback( in nsresult result );
result
NS_ERROR_ABORT
, the redirect has been vetoed. If this is NS_SUCCEEDED
the redirect has been allowed by all consumers.