| Package | Description |
|---|---|
| oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
| oracle.adf.model.binding.events | |
| oracle.adf.model.events |
| Modifier and Type | Method and Description |
|---|---|
protected EventDispatcher |
DCBindingContainer.createEventDispatcherInstance()
createEventDispatcherInstance Returns a new EventDispatcher instance if it doesnt exixts
|
EventDispatcher |
DCBindingContainer.getEventDispatcher()
getEventDispatcher Returns the EventDispatcher which this bindingContainer has
|
| Modifier and Type | Method and Description |
|---|---|
void |
DCBindingContainer.setEventDispatcher(EventDispatcher eventDispatcher)
setEventDispatcher sets the EventDispatcher to this bindingContainer
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventDispatcherImpl
A EventDispatcherImpl implements EventDispatcher interface This class helps in dispatching the event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventDispatcher
A AbstractEventDispatcher implements EventDispatcher interface This class helps in dispatching the event.
|