| Package | Description | 
|---|---|
| oracle.jdeveloper.usage.event | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClassUsageEvent
The  
ClassUsageEvent describes the information about
 a class usage that is reported through the ClassUsageListener. | 
class  | 
ConstructorUsageEvent
The  
ConstructorUsageEvent describes the information
 about a constructor usage that is reported through the
 ConstructorUsageListener. | 
class  | 
FieldUsageEvent
The  
FieldUsageEvent describes the information about
 a field usage that is reported through the FieldUsageListener. | 
class  | 
MethodUsageEvent
The  
MethodUsageEvent describes the information
 about a method usage that is reported through the
 MethodUsageListener. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UsageListener.notifyFinished(UsageEvent event)
Notifies the client that the query is completed. 
 | 
void | 
UsageListener.notifySkipped(UsageEvent event)
Notifies the client that a given URL, or keyword within the URL was
 skipped while verifying usage. 
 |