Microsoft SDK for Java

addOnWillExecute

This method of the Connection class is called just before a pending command executes on this connection and affords the user an opportunity to examine and modify the pending execution parameters. This method may return a request that the pending command be canceled.

Syntax

public void addOnWillExecute(ConnectionEventHandler handler);

Parameters

handler The event handler.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.