public interface CTEventListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onAfterCopy(long sourceCTCollectionId,
long targetCTCollectionId) |
default void |
onAfterPublish(long ctCollectionId) |
default void |
onBeforePublish(long ctCollectionId) |
default void |
onBeforeRemove(long ctCollectionId) |
default void onAfterCopy(long sourceCTCollectionId,
long targetCTCollectionId)
throws CTEventException
CTEventExceptiondefault void onAfterPublish(long ctCollectionId)
throws CTEventException
CTEventExceptiondefault void onBeforePublish(long ctCollectionId)
throws CTEventException
CTEventExceptiondefault void onBeforeRemove(long ctCollectionId)
throws CTEventException
CTEventException