Home | History | Annotate | Download | only in sql

Lines Matching refs:listener

127    * Registers the given event listener so that it will be notified
130 * @param listener a component, usually the connection pool manager,
136 void addConnectionEventListener(ConnectionEventListener listener);
139 * Removes the given event listener from the list of components that
143 * @param listener a component, usually the connection pool manager,
147 * a listener
150 void removeConnectionEventListener(ConnectionEventListener listener);
158 * @param listener an component which implements the <code>StatementEventListener</code>
163 public void addStatementEventListener(StatementEventListener listener);
170 * @param listener the component which implements the
176 public void removeStatementEventListener(StatementEventListener listener);