| Package | Description |
|---|---|
| oracle.jdeveloper.audit.service |
The API classes for invoking Audit programatically, and a few Audit common API classes.
|
| oracle.jdevimpl.audit.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuditModel
A model of the results of an audit.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Auditor.addAuditListener(AuditListener listener)
Adds an audit listener to this auditor.
|
abstract void |
Auditor.removeAuditListener(AuditListener listener)
Removes an audit listener from this auditor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuditModel
A partial implementation of the
AuditModel interface. |
class |
DefaultAuditModel
The default implementation of a model of an audit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuditor.addAuditListener(AuditListener listener) |
void |
DefaultAuditor.removeAuditListener(AuditListener listener) |