Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
VisitListener |
VisitListenerProvider.provide()
Provide a
VisitListener instance. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVisitListener
A publicly available default implementation of
VisitListener . |
Modifier and Type | Method and Description |
---|---|
VisitListener |
DefaultVisitListenerProvider.provide()
Provide a
VisitListener instance. |
Modifier and Type | Method and Description |
---|---|
static VisitListenerProvider[] |
DefaultVisitListenerProvider.providers(VisitListener... listeners)
Convenience method to construct an array of
DefaultVisitListenerProvider from an array of
VisitListener instances. |
Constructor and Description |
---|
DefaultVisitListenerProvider(VisitListener listener)
Create a new provider instance from an argument listener.
|
Copyright © 2014. All Rights Reserved.