| Package | Description | 
|---|---|
| oracle.ide.file | 
 Classes and interfaces used to track changes to files. 
 | 
| oracle.jdeveloper.audit.model | 
 The base classes for defining the Audit object model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileChangeListener.filesChanged(FileScope scope,
            FileChanges changes)
One or more files have changed. 
 | 
protected void | 
FileTable.invokeListener(FileChangeListener listener,
              FileChanges changes)
Invoke a specific listener with a set of changes. 
 | 
protected void | 
FileTable.invokeListeners(FileChanges changes)
Invoke the listeners on this file table with a set of changes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DependencyFileChangeListener.filesChanged(FileScope scope,
            FileChanges changes)  |