| Package | Description | 
|---|---|
| oracle.ide.db.transfer | 
 Contains an API for transfering database object from one DBObjectProvider to
another. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TransferState.Event | 
TransferState.Event.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static TransferState.Event[] | 
TransferState.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
TransferStateListener.stateChanged(TransferState ts,
            TransferState.Event event)
Notifies that the TransferState has changed due to the given event event. 
 |