com.ibm.db
Interface StatementBeforeListener

All Known Implementing Classes:
StatementBeforeEventMulticaster

public interface StatementBeforeListener
extends java.util.EventListener

The event set listener interface for the statementBefore feature.


Method Summary
 void aboutToClose(DataEvent event)
          Invoked before SelectStatement.close is executed.
 void aboutToExecute(DataEvent event)
          Invoked before Statement.execute is executed.
 

Method Detail

aboutToClose

public void aboutToClose(DataEvent event)
Invoked before SelectStatement.close is executed.
Parameters:
event - DataEvent

aboutToExecute

public void aboutToExecute(DataEvent event)
Invoked before Statement.execute is executed.
Parameters:
event - DataEvent