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