public interface ExceptionListenable
ExceptionListener instance.
 
 Implementations are required to use WeakReference to hold the listener. It is strongly suggested to use
 ExceptionListenerDispatcher in your implementation.
 
| Modifier and Type | Method and Description | 
|---|---|
| void | addExceptionListener(ExceptionListener listener)Adds an exception listener to this object. | 
| void | removeExceptionListener(ExceptionListener listener)Removes an exception listener to this object. | 
void addExceptionListener(ExceptionListener listener)
 Implementations use WeakReference.
 
listener - Listener to registervoid removeExceptionListener(ExceptionListener listener)
listener - Listener to removeCopyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.