| Package | Description | 
|---|---|
| oracle.ide.util | 
 Contains utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContextWatcher.dataExpired(WeakDataReference data)
Deprecated.  
A weakly referenced ContextHolder has been garbage collected. 
 | 
void | 
WeakDataHolder.dataExpired(WeakDataReference<T> data)
Notification that weakly referenced data held by the given
 WeakDataReference instance, of which this WeakDataHolder was provided as
 the holder, has been garbage collected. 
 |