Module java.sql
Package javax.sql

Class StatementEvent

java.lang.Object
java.util.EventObject
javax.sql.StatementEvent
All Implemented Interfaces:
Serializable

public class StatementEvent extends EventObject
A StatementEvent is sent to all StatementEventListeners which were registered with a PooledConnection. This occurs when the driver determines that a PreparedStatement that is associated with the PooledConnection has been closed or the driver determines is invalid.
Since:
1.6
See Also: