| Package | Description | 
|---|---|
| oracle.javatools.history | 
 Provides a model and UI components for displaying the history of a resource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryModelListener.completenessChanged(HistoryModelEvent vhe)
Notifies listeners that the isComplete() flag on the model may have 
 changed. 
 | 
void | 
HistoryModelListener.entriesChanged(HistoryModelEvent vhe)
Indicates that one or more entries were changed. 
 | 
void | 
HistoryModelListener.entriesInserted(HistoryModelEvent vhe)
Indicates that one or more entries were inserted into the history. 
 | 
void | 
HistoryModelListener.entriesRemoved(HistoryModelEvent vhe)
Indicates that one or more entries were removed from the history. 
 |