| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.contrib | |
| oracle.jdeveloper.deploy.contrib.events | |
| oracle.jdeveloper.deploy.contrib.spi |
| Modifier and Type | Method and Description |
|---|---|
StatefulProcessor.Handle |
StatefulProcessor.addObjectChangeListener(Listener<? extends ContributedObjectChange> listener)
Listen for changes to the set of objects delivered using the category
ContributedObjectChange |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContributedArchiveEntryChange
Event category for changes to a set of
ArchiveEntry objects. |
interface |
ContributedFilesetChange
Event category for changes to a set of
Fileset instances. |
interface |
ContributedJLibraryChange |
interface |
ContributedModuleChange |
interface |
ContributedOffsetPathChange
Event category for changes to set of
OffsetPath objects. |
interface |
ContributedPackagedModuleChange |
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultStatefulProcessor.Dispatcher<R extends ContributedObjectChange>
A template to send Object change events to the private hub.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Class<? extends ContributedObjectChange> |
AbstractOffsetPathProcessor.objectChangeEventCategory() |
protected java.lang.Class<? extends ContributedObjectChange> |
AbstractJLibraryProcessor.objectChangeEventCategory() |
protected abstract java.lang.Class<? extends ContributedObjectChange> |
DefaultStatefulProcessor.objectChangeEventCategory()
Override this method to specify a sub-class of
ContributedObjectChange that will be used to
deliver events to listeners of this processor. |
| Modifier and Type | Method and Description |
|---|---|
StatefulProcessor.Handle |
DefaultStatefulProcessor.addObjectChangeListener(Listener<? extends ContributedObjectChange> listener) |