public final class CmsPublishListenerCollection extends java.util.Vector<I_CmsPublishEventListener>
| Modifier | Constructor and Description |
|---|---|
protected |
CmsPublishListenerCollection(CmsPublishEngine publishEngine)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireAbort(CmsUUID userId,
CmsPublishJobEnqueued publishJob)
Fires an abort event to all listeners.
|
protected void |
fireEnqueued(CmsPublishJobBase publishJob)
Fires an enqueue event to all listeners.
|
protected void |
fireFinish(CmsPublishJobRunning publishJob)
Fires a finish event to all listeners.
|
protected void |
fireRemove(CmsPublishJobFinished publishJob)
Fires a remove event to all listeners.
|
protected void |
fireStart(CmsPublishJobEnqueued publishJob)
Fires a start event to all listeners.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizeprotected CmsPublishListenerCollection(CmsPublishEngine publishEngine)
publishEngine - the publish engineprotected void fireAbort(CmsUUID userId, CmsPublishJobEnqueued publishJob)
userId - the id of the user that aborted the jobpublishJob - the publish job that is going to be aborted.protected void fireEnqueued(CmsPublishJobBase publishJob)
publishJob - the publish job that is going to be enqueued.protected void fireFinish(CmsPublishJobRunning publishJob)
publishJob - the publish job that has been finished.protected void fireRemove(CmsPublishJobFinished publishJob)
publishJob - the publish job that is going to be removed.protected void fireStart(CmsPublishJobEnqueued publishJob)
publishJob - the publish job that is going to start.