public interface EventHandler
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(EventHandle eventHandle)
Called when a database event occurs.
|
void eventOccurred(EventHandle eventHandle)
Implementations should take care to only perform short processing on the current thread. If longer or complicated processing is necessary, please offload it to another thread or executor.
eventHandle
- The event handleCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.