| Package | Description |
|---|---|
| org.opencms.publish |
Classes to handle the OpenCms publish process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsPublishEventAdapter
Default implementation for the
I_CmsPublishEventListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPublishManager.addPublishListener(I_CmsPublishEventListener listener)
Adds a publish listener to listen on publish events.
|
protected void |
CmsPublishEngine.addPublishListener(I_CmsPublishEventListener listener)
Adds a publish listener to listen on publish events.
|
void |
CmsPublishManager.removePublishListener(I_CmsPublishEventListener listener)
Removes the given publish listener.
|
protected void |
CmsPublishEngine.removePublishListener(I_CmsPublishEventListener listener)
Removes the given publish listener.
|