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.
public void addOnWillExecute(ConnectionEventHandler handler);
handler | The event handler. |