| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| Modifier and Type | Field and Description |
|---|---|
ClientListener |
Context.listener
Client listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.add(ClientListener s)
Adds the specified client session.
|
void |
Context.delete(ClientListener s)
Removes the specified client session.
|
| Constructor and Description |
|---|
Context(Context ctx,
ClientListener cl)
Constructor, passing on the main context.
|